{{ __('main.day_wise') }}
@if (Auth::user()->user_type == 2)
@endif
{{ __('main.date') }} {{ __('main.invoices') }} {{ __('main.sales_total') }} {{ __('main.payments_received') }} {{ __('main.expense_total') }}
@foreach ($mycollection as $key => $item) @endforeach
{{ $key }} {{ $item['invoices'] }} {{ $item['sales'] }} {{ $item['payments'] }} {{ $item['expense'] }}