@section('title','Customer - POS') @extends('layouts.master') @section('style') @endsection @section('content')
{{$shopinfo->shop_address}}
{{$shopinfo->shop_email}} , {{$shopinfo->shop_phone}}
@elseMirpur ,Dhaka
leftjoin@gmail.com , 01738088325
@endif{{trans('label.Customer Ageing Report')}}
{{trans('label.Customer information')}} :
{{trans('label.Name')}} :{{$info->name}}
{{trans('label.Contact Number')}} :{{$info->phone}}
{{trans('label.Address')}} :{{$info->address}}
@endif{{trans('label.Report Date')}} :
@if(isset($_GET['start_date'])) From : {{$_GET['start_date']}} to @endif @if(isset($_GET['end_date'])) {{$_GET['end_date']}} @endif
| {{trans('label.Date')}} | {{trans('label.Description')}} | {{trans('label.Debit')}} | {{trans('label.Credit')}} | {{trans('label.Balance')}} |
|---|---|---|---|---|
| {{$history->t_date}} | @if($loop->iteration==1 && $history->descriptions !='B/F') B/F @else {{$history->descriptions}} @endif | {{$history->debit}} | {{$history->credit}} | {{$history->cummulative}} |
| {{trans('label.Received Amount')}} | ||||
| {{trans('label.Due Amount')}} | ||||
| {{trans('label.Customer Signature')}} | {{trans('label.Authorized signature')}} | |||