@extends('layouts/acc_layout') @section('title', '| Manual Year End') @section('content')

Execute Year End

{!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
{!! Form::label('', 'Branch:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('filBranch[]', $branchList, null ,['multiple'=>'multiple', 'id'=>'filBranch','class'=>'form-control input-sm','autocomplete'=>'off', 'required']) !!}
{!! Form::label('', 'Fiscal Year:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('fiscalYear', $fiscalYears, null ,['id'=>'fiscalYear','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
{!! Form::label('', 'Project:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('project', ['' => 'All'] + $projects, null ,['id'=>'Project','class'=>'form-control input-sm','autocomplete'=>'off']) !!}
{!! Form::label('', '', ['class' => 'control-label col-md-12']) !!}
{!! Form::submit('Generate', ['id' => 'generateButton', 'class' => 'btn btn-primary btn-xs']); !!}

* Project is only applicable on Head Office

{!! Form::close() !!}
{{-- panel-body panelBodyView DIV --}}
@endsection