@lang('main.orders')

@lang('main.home') / @lang('main.orders') / {{ $orderPhotographer->order->id }}

@lang('main.customer_information')
{{ $orderPhotographer->price }} @lang('main.'.($orderPhotographer->currency ?? 'SAR' ))

{{ $orderPhotographer->order->user->name }}
{{--

عمل حر

--}}

@lang('main.order_details')

@if ($orderPhotographer->photographer->is(auth()->user())) @if (!$orderPhotographer->order->canceled_at && $orderPhotographer->accept === \App\Models\OrderPhotographer::ACCEPT['ACCEPT']))
@lang('main.confirm_access_to_the_event')
@if (!$orderPhotographer->arrive_location_at) @else {{ $orderPhotographer->arrive_location_at }} @endif
@lang('main.confirm_end_of_event')
@if (!$orderPhotographer->end_location_at && $orderPhotographer->arrive_location_at) @else {{ $orderPhotographer->end_location_at ?? '' }} @endif
order->canceled_at)) method="post" @endif class="width-auto x-margin-medium-top"> @if(is_null($orderPhotographer->order->canceled_at)) @csrf @endif
@lang('main.add_link_photos')
{{ $orderPhotographer->client_link_at }}
@lang('main.add_link_archives')
{{ $orderPhotographer->archives_link_at }}

@else @endif @else @endif