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
| 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. |