{{get_setting()->ph_name}}
{{date("F j, Y, g:i a")}}

@foreach($customers as $customer) @endforeach
@lang('print.customerno') @lang('print.name') @lang('print.address') @lang('print.telephone') @lang('print.info') @lang('print.saledate')
{{$customer->number}} {{$customer->name}} {{$customer->address}} {{$customer->phone}} {{$customer->info}} {{$customer->created_at}}