{{ $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_categories)) @foreach ($order_categories as $category_index => $details) @endforeach @endif
{{ __('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'] ?? '-' }}

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

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