@extends('backend.layouts.app') @section('title') {{ __('create_employer') }} @endsection @section('content')
@csrf

{{ __('create') }}

{{ __('account_details') }}
@if (config('templatecookie.map_show'))
{{ __('location') }} * ({{ __('click_to_add_a_pointer') }})
@php $map = $setting->default_map; @endphp

@error('location') {{ $message }} @enderror
@php $location = session()->get('location'); @endphp @else
{{ __('location') }}
@livewire('country-state-city') @error('location') {{ $message }} @enderror
@endif
{{ __('contact') }}
{{ __('images') }}
{{ __('social_details') }}
{{ __('profile_details') }}
@endsection @section('style') @include('map::links') @endsection @section('script') @livewireScripts @stack('js') @if (app()->getLocale() == 'ar') @endif {{-- Leaflet --}} @include('map::set-leafletmap') @include('map::set-googlemap') @endsection