@section('title','Daily report - POS') @extends('layouts.master') @section('style') {{-- {{Html::style('assets/css/index.css')}} --}} @endsection @section('content')
| {{trans('label.Time')}} | {{trans('label.Account Type')}} | {{trans('label.Account No')}} | {{trans('label.Account Name')}} | {{trans('label.Received')}} | {{trans('label.Payment')}} | {{trans('label.Entry by')}} |
|---|---|---|---|---|---|---|
| {{$openingBalance[0]->descriptions}} | {{$openingBalance[0]->balance}} | |||||
| {{ $cash->created_at }} | {!! ucfirst($cash->person_type ?? '') !!} | {!! $cash->account_no ?? '' !!} @php echo \App\Http\Controllers\TransectionController::getAccountName($cash->own_account_no,$cash->person_type,'cash_books'); @endphp | {{ $cash->debit }} | {{ $cash->credit }} | {{ $cash->user_name->name ?? '' }} | |
| {{trans('label.No Transection')}} | ||||||
| {{trans('label.Today Total')}} | ||||||