{{ $header['company_name']." - ".$dates['branch'] }}
{{ __('pdf.opened_at') }}: {{ $dates['open_at_date'] }} @if($header['close_day'] == 1) {{ __('pdf.closed_at') }}: {{ $dates['closed_at_date'] }} @endif {{ __('pdf.printed_at') }}: {{ $dates['closed_at_date'] }}
@if (!empty($order_items)) @foreach ($order_items as $item_index => $item_details) {{ $item_index }} @foreach ($item_details as $details) @endforeach
{{ __('pdf.name') }} {{ __('pdf.qty') }} {{ __('pdf.amount') }}
@foreach (explode(' ', ucfirst(str_replace(['-', '_'], ' ', $details['name']))) as $word_index => $word) {{ $word . ' ' }} @if (($word_index % 3 == 0) & ($word_index != 0))
@endif @endforeach
{{ $details['qty'] ?? '-' }} {{ $details['value'] ?? '-' }}
@endforeach @endif

{{ __('pdf.end_of_dsr') }}

{{ __('pdf.powered_by') }}