{{ Form::open(array('name'=>'filter-reg','method'=>'get' )) }} @if(!empty($filters))
@foreach($filters as $key => $filter)
@if($filter['type'] == 'select') @elseif($filter['type'] == 'custom') @elseif($filter['type'] == 'number')
@elseif($filter['type'] == 'date_range')
@else
@endif
@endforeach @endif
{{ Form::close()}}
@section('scripts') @parent @if(!empty(request()->all())) @endif @stop