@extends('backend.layouts.app') @section('content') @if(Session::has('message'))
{{ Session::get('message')}}
@endif @if(Session::has('error_message'))
{{ Session::get('error_message')}}
@endif @if (count($errors) > 0)
@endif {!! Html::script('expand_theme/js/jquery.validate.min.js') !!}

@lang('user_messages.party_coupon_usage_report')

{!! Form::open(array('url' => 'admin/party_coupons_report', 'class' => 'form-horizontal edit_form', 'files' => true )) !!}