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

@include('dashboard.reservation.components.contact_status_btn', [ 'reservation' => $reservation, ]) @include('dashboard.reservation.components.car_receiving_status_btn', [ 'reservation' => $reservation, ]) @include('dashboard.reservation.components.refund_status_btn', [ 'reservation' => $reservation, ])
{{ __('dashboard.Reservation Data') }} :
@if ($reservation->delivery_price > 0) ' colorName="success" /> @endif
{{ __('general.services') }} :
@foreach ($reservation->services as $service)

{{ $service?->name }} | {{ $service?->pivot?->is_one_time_payment == true ? __('dashboard.One Time Payment') : __('dashboard.Pay Per Day') }}


{{ __('dashboard.Price') }} : {{ $service?->pivot?->price ?: __('dashboard.free') }}
@endforeach {{-- Add A New Card For Delivery Service --}} @if ($reservation->delivery_price > 0)

{{ __('general.delivery') }} | {{ __('dashboard.One Time Payment') }}


{{ __('dashboard.Price') }} : {{ $reservation->delivery_price }}
@endif {{-- Add A New Card For Insurance Service --}} @if ($financial->insurance_total_price > 0)

@lang('general.insurance') | {{ __('dashboard.Pay Per Day') }}


{{ __('dashboard.Price') }} : {{ $financial->insurance_main_price }}
@endif
{{--
@foreach ($reservation?->statuses as $status)

{{ $status?->created_at }}

{{ $status?->title }}

{{ $status?->notes }}

@endforeach
--}}
{{ __('validation.attributes.branch') }} :
{{ __('dashboard.User Data') }} :
@lang('general.extension')
{{ __('dashboard.financial Data') }} :
{{--
{{ __('dashboard.logs') }} :
--}}
@lang('general.statuses_log')
{{-- start reservation statuses table --}}
# {{ __('validation.attributes.created_at') }} {{ __('validation.attributes.title') }} {{ __('validation.attributes.notes') }}
# {{ __('validation.attributes.created_at') }} {{ __('validation.attributes.title') }} {{ __('validation.attributes.notes') }}
@lang('general.activities_log')
{{-- start reservation activities table --}}
# {{ __('validation.attributes.created_at') }} {{ __('validation.attributes.title') }}
# {{ __('validation.attributes.created_at') }} {{ __('validation.attributes.title') }}
@lang('general.transactions_log')
{{-- start reservation transactions table --}}
# {{ __('validation.attributes.created_at') }} {{ __('validation.attributes.description') }} {{ __('validation.attributes.amount') }}
# {{ __('validation.attributes.created_at') }} {{ __('validation.attributes.description') }} {{ __('validation.attributes.amount') }}
@csrf @if ($reservation?->payment_method == 'credit_card' || $reservation?->payment_method == 'credit_card_with_wallet') @endif
@csrf
estimate
@if ($reservation?->payment_method == 'credit_card' || $reservation?->payment_method == 'credit_card_with_wallet') @endif
@endsection @section('customScript') @endsection