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

Execute Day 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('', '', ['class' => 'control-label col-md-12']) !!}
{!! Form::submit('Generate', ['id' => 'generateButton', 'class' => 'btn btn-primary btn-xs']); !!}
{!! Form::close() !!}
{{-- panel-body panelBodyView DIV --}}
@endsection