Report List on {{ $marketing->name }} @if($month==01)January @elseif($month==02)February @elseif($month==03)March @elseif($month==04)April @elseif($month==05)May @elseif($month==06)June @elseif($month==07)July @elseif($month==08)August @elseif($month==09)September @elseif($month==10)October @elseif($month==11)November @elseif($month==12)December @endif {{ $year }}
@if(Session::has('success'))
{{Session::get('success')}}
@endif
@php $subtotal = 0 @endphp @foreach ($invoiceouts as $invoiceout) @php $subtotal += $invoiceout->subtotal @endphp @endforeach
S. No Date Report ID Amount
S. No Date Report ID Amount
1 {{ $invoiceout->created_at->format('m-d-Y')}} {{ $invoiceout->id }} {{ $invoiceout->subtotal}} /-

Description Amount
Total {{ $subtotal }} Tk.