--}}
{{ $header['company_name']." - ".$dates['branch'] }}
| Name | Qty. | 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'] ?? '-' }} |
End of DSR
Powered by Dinex