{{ __('general.quick_actions') }}

@can('update', $company) @endcan

@if($company->logo)
@endif @if($company->cr_image)
@endif

{{ __('validation.attributes.ar_name') }}

{{ $company->ar_name }}

{{ __('validation.attributes.en_name') }}

{{ $company->en_name }}

{{ __('validation.attributes.country') }}

{{ $company->country->name }}

{{ __('validation.attributes.city') }}

{{ $company->city->name }}

{{ __('validation.attributes.responsible_person') }}

{{ $company->supervisor_name }}

{{ __('validation.attributes.email') }}

{{ $company->email }}

{{ __('validation.attributes.contact_number') }}

{{ $company->contact_number }}

{{ __('validation.attributes.subscription_type') }}

{{ __($company->subscription_type) }}

{{ __('general.reservations_subscription_package') }}

{{ isset($company->reservations_package) ? __("dashboard.$company->reservations_package") : __('dashboard.undefind') }}

{{ __('general.reservations_subscription_package_type') }}

{{ isset($company->reservations_package_type) ? __("dashboard.$company->reservations_package_type") : __('dashboard.undefind') }}

{{ __('validation.attributes.cr_number') }}

{{ $company->cr_number }}

{{ __('validation.attributes.cr_expiration') }}

{{ $company->cr_expiration }}

{{ __('validation.attributes.tax_number') }}

{{ __($company->tax_number) }}

{{ __('validation.attributes.status') }}

{{ $company->status == 'active' ? __('general.active') : __('general.inactive') }}

@include('dashboard.branch.table.index')
@include('dashboard.car.table.index')
@include('dashboard.reservation.table.index')
@include('dashboard.company_files.table.index')
{{--
# {{ __('dashboard.Reservation Date') }} {{ __('dashboard.Reservation Number') }} {{ __('dashboard.Customer Name') }} {{ __('dashboard.Reservation Statement') }} {{ __('validation.attributes.total_amount') }} {{ __('dashboard.Payment Method') }} {{ __('general.options') }}
# {{ __('dashboard.Reservation Date') }} {{ __('dashboard.Reservation Number') }} {{ __('dashboard.Customer Name') }} {{ __('dashboard.Reservation Statement') }} {{ __('validation.attributes.total_amount') }} {{ __('dashboard.Payment Method') }} {{ __('general.options') }}
--}}
@foreach ($policies as $key => $policy) @endforeach
# {{ __('validation.attributes.date') }} {{ __('validation.attributes.type') }} {{ __('validation.attributes.text') }} {{ __('validation.attributes.status') }} {{ __('general.download') }} {{ __('validation.attributes.notes') }} {{ __('general.options') }}
{{ $key + 1 }} {{ $policy->created_at }} {{ __("general.$policy->type") }} document {{ __("general.$policy->status") }} @lang('general.click_here') {{ $policy->note ?? '-----' }} @if ($policy->status == 'pending') @else ----- @endif
# {{ __('validation.attributes.date') }} {{ __('validation.attributes.type') }} {{ __('validation.attributes.text') }} {{ __('validation.attributes.status') }} {{ __('general.download') }} {{ __('validation.attributes.notes') }} {{ __('general.options') }}