@extends('layout.app') @section('content')

{{$title}}


{!! Form::open(array('url' => url()->current(), 'method' => 'get', 'id'=> 'gridForm','role'=>'form')) !!}
{!! Form::select('type', $type, null, array('class' => 'form-control type','data-placeholder'=>'Loại voucher')) !!}
{{Form::close()}}
@include('promotions.ajax')
@endsection @section('_script') @endsection