@extends($route['layout']) @section('title', '| Org./Branch/Samity Holiday') @section('content')

{{$headTitle}}

{!! Form::open(array('url' => './gnr/viewHolidayListReportTable/', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
{{-- Start of Branch Name --}}
{!! Form::label('', 'Type:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}

@if ($error != '') {{$error}} @endif

{{-- End of Type --}}
{{-- Start of the to date --}}
{!! Form::label('','Year:     ', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{-- End of the to date --}}
{{-- Start of the Submit Button --}}
{!! Form::label('', '', ['class' => 'control-label col-md-12', 'style' => 'color:#708090; padding-top: 25px;']) !!}
{{-- {!! Form::submit('Show Report', ['id' => 'reportSubmit', 'class' => 'btn btn-primary btn-xs']); !!} --}}
{{-- End of the Submit button --}}
{!! Form::close() !!}
@endsection