{{ Html::style('/plugins/bootstrap/dist/css/bootstrap.min.css', array('media'=> 'all')) }} {{ Html::style('/dist/css/AdminLTE.min.css', array('media' => 'all')) }} {{ Html::style('/css/report.css', array('media' => 'print')) }} {{ Html::style('/css/custom.css', array('media' => 'all')) }}


{{$ReportName}}
Center Name : {{ $ShopName }}
Report Date : @if(isset($DateFrom)) {{ date('d/m/Y', strtotime($DateFrom ))}} @endif - @if(isset($DateTo)) {{ date('d/m/Y', strtotime($DateTo)) }} @endif | Print Date : {{ date('d/m/Y h:i A') }}

@foreach($Report as $Report) @endforeach
InvoiceID Discount Date Reference User
{{ $Report->InvoiceID }} {{ round($Report->Discount,2) }} {{ date('d/m/y h:i A', strtotime($Report->created_at)) }} {{ $Report->ReferenceName }} {{ $Report->FirstName }}
Total {{ $Total }}