@extends('layouts.master') @section('title') {{trans_choice('general.daily',1)}} {{trans_choice('general.transaction',1)}} {{trans_choice('general.report',1)}} @endsection @section('content')
| {{ $day }}: {{ $users_list->count() }} Entries | |||||||
|---|---|---|---|---|---|---|---|
| {{trans_choice('general.reference',1)}} | {{trans_choice('general.transaction',1)}} {{trans_choice('general.type',1)}} | {{trans_choice('general.date',1)}} | {{trans_choice('general.gl_code',1)}} | {{trans_choice('general.account',1)}} | {{trans_choice('general.debit',1)}} | {{trans_choice('general.credit',1)}} | |
| {{trans_choice('general.total',1)}} | {{number_format($total_dr,2)}} | {{number_format($total_cr,2)}} | |||||