@if ($dir === "rtl")
@endif
@if ($locale === 'ar')
تغيير اللغة إلى الإنجليزية (EN)
@else
Change The Language To Arabic (العربية)
@endif
@csrf
@if (session()->has("success"))
{{ session('success') }}
@else
@lang("general.register.join_us")
@lang("company.register.this_information_will_let_us_know_more_about",["number" => 3])
@endif
@if (session()->missing("success"))
@lang("general.general_information")
@lang("general.contact_information")
@lang("general.location")
@lang("general.general_information")
description
@lang('validation.attributes.ar_name')
*
description
@lang('validation.attributes.en_name')
*
person
@lang('validation.attributes.supervisor_name')
*
@lang("general.contact_information")
email
@lang('validation.attributes.email')
*
call
@lang('validation.attributes.contact_number')
*
signal_cellular_alt
@lang("general.location")
flag
@lang('validation.attributes.country')
*
{{ $defaultCountry->name }}
location_city
@lang('validation.attributes.city')
*
place
@lang('validation.attributes.longitude')
*
room
@lang('validation.attributes.latitude')
*
@endif