@extends('layouts.master') @section('title') {{trans_choice('general.daily',1)}} {{trans_choice('general.transaction',1)}} {{trans_choice('general.report',1)}} @endsection @section('content')

{{trans_choice('general.daily',2)}}{{trans_choice('general.transaction',1)}} {{trans_choice('general.report',1)}} @if(!empty($start_date)) for period: {{$start_date}} to {{$end_date}} @endif

{{csrf_field()}}
@foreach ($data as $day => $users_list) @foreach ($users_list as $key) @endforeach @endforeach
{{ $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)}}
@endsection @section('footer-scripts') @endsection