Total Coupons
{{number_format($report->total_coupons)}}
Deleted Coupons
{{ number_format($report->deleted_coupons) }}
{{\Session::get('success')}}
{{\Session::get('error')}}
Coupons
{{ Form::open(array( 'action' => 'ReportingController@getCouponsReportDownload','class'=>'form-horizontal','files' => true,'role' => 'form')) }}
{{ Form::close() }}
{{ $coupons->appends(Request::except('page'))->links() }}