@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 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')}} |
|---|---|---|---|---|
| @if($hiskey==0) {{ $_GET['start_date'] }} @else {{ $history->transection_date ?? '' }} @endif | {{ $history->description ?? '' }} | @if( $history->debit !=0) {{ $history->debit }} @endif | @if( $history->credit !=0) {{ $history->credit }} @endif | {{ $balance }} |
| {{trans('label.Customer Signature')}} | {{trans('label.Authorized signature')}} | |||