@csrf
@if ($laundry->branch->settings->orders->is_login_active || $laundry->branch->settings->orders->is_otp_active || $laundry->settings->orders->show_phone_input || $laundry->settings->orders->show_name_input || $laundry->settings->orders->show_email_input )

@lang('global.personal_information')

@endif @if ($laundry->settings->orders->show_name_input)
@endif @if ($laundry->settings->orders->show_email_input)
@endif @if ($laundry->settings->orders->show_phone_input || $laundry->branch->settings->orders->is_login_active || $laundry->branch->settings->orders->is_otp_active)
@if ($user) @else @endif
@endif @if (!$room && $laundry->settings->orders->show_room_input)
@endif

@lang('global.order_details')

@foreach (Cart::get() as $cloth) @endforeach
@lang('global.section') @lang('global.category') @lang('global.quantity') @lang('global.unit_price') @lang('global.total_price')
{{ $cloth['section'][$locale] }} {{ $cloth['title'][$locale] }} {{ $cloth['quantity'] }} @if ($cloth['price'] == 0) @else {{ $cloth['price'] }} {{ $laundry->branch->city->country->currency_code }} @endif @if ($cloth['price'] == 0) @else {{ number_format($cloth['price'] * $cloth['quantity'],2) }} {{ $laundry->branch->city->country->currency_code }} @endif

@lang('global.add_your_notes_here')

@lang('global.payment_information')

@if ($laundry->settings->orders->tips->is_active && (count($laundry->settings->orders->tips->data ?? []) || $laundry->settings->orders->tips->show_other_amount_input))

@lang('global.tips')

@if (count($laundry->settings->orders->tips->data ?? []))
@foreach ($laundry->settings->orders->tips->data ?? [] as $tip)
{{ $tip->amount }} {{ $laundry->branch->city->country->currency_code }}
@endforeach
@endif @if ($laundry->settings->orders->tips->show_other_amount_input)
@endif
@endif

@lang('global.order_summary')

@if (Cart::total_price() != 0) @if ($laundry->settings->orders->tips->is_active && (count($laundry->settings->orders->tips->data ?? []) || $laundry->settings->orders->tips->show_other_amount_input)) @endif @endif @if (Cart::total_price() == 0) @else @endif
@lang('global.total') {{ Cart::total_price(true) }} {{ $laundry->branch->city->country->currency_code }}
@lang('global.discount') 0.00 {{ $laundry->branch->city->country->currency_code }}
@lang('global.tip') 0.00 {{ $laundry->branch->city->country->currency_code }}
@lang('global.total_amount') {{ Cart::total_price(true) }} {{ $laundry->branch->city->country->currency_code }}
@if (Cart::total_price() != 0)

@lang('global.all_prices_include_vat')

@endif