@if (App::isLocale('th')) @include('app.pdf.locale.th') @endif

{{ $company->name }}

{{ $from_date }} - {{ $to_date }}

@lang('pdf_item_sales_label')

@lang('pdf_items_label')

@foreach ($items as $item)

{{ $item->name }}

{!! format_money_pdf($item->total_amount, $currency) !!}

@endforeach

{!! format_money_pdf($totalAmount, $currency) !!}