{{ $item->categorizable->name }} @if ($item->days) for {{ $item->days }} days @endif
{{ __('basic.unit price') . ':'}} {{ $item->price }} {{ $booking->currency->code }}
| {{ __('basic.item') }} | {{ __('basic.qty') }} | {{ __('basic.price') }} |
|---|---|---|
{{ $item->categorizable->name }} @if ($item->days) for {{ $item->days }} days @endif{{ __('basic.unit price') . ':'}} {{ $item->price }} {{ $booking->currency->code }} |
{{ $item->qty }} | {{ $item->subtotal }}{{ $booking->currency->code }} |
| {{ __('basic.subtotal') }} | {{ $booking->items_price }}{{ $booking->currency->code }} |
|---|---|
| {{ __('basic.discount') }} | @if (!empty($booking->discount)) {{ $booking->discount }} @else 0 @endif{{ $booking->currency->code }} |
| {{ __('basic.tax') }} | {{ $booking->total_tax }}{{ $booking->currency->code }} |
| {{ __('basic.total') }} | {{ $booking->final_price }}{{ $booking->currency->code }} |
Copyright © 2023 Tripo TUR v1.6 | Company Name