@extends('layouts/acc_layout') @section('title', '| Day End Process') @section('content')
{{--
--}}
{{-- id="exeDayEnd" --}} Execute Day End

Day End Process

{{-- Filtering --}} {!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
{!! Form::label('', 'Month:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('filMonth', ['-1'=>'--All--']+$monthsOption, null ,['id'=>'filMonth','class'=>'form-control input-sm']) !!}

{!! Form::label('', 'Year:', ['class' => 'control-label pull-left']) !!}
{!! Form::select('filYear', $yearsOption, null ,['id'=>'filYear','class'=>'form-control input-sm', 'required']) !!}

{!! Form::label('', '', ['class' => 'control-label col-sm-12']) !!}
{!! Form::submit('Search', ['id' => 'reportSubmit', 'class' => 'btn btn-primary btn-xs', 'style'=>'margin-top: 20px']); !!}
{!! Form::close() !!} {{-- End Filtering --}}
{{-- panelBodyView --}}
{{-- Delete Modal --}} {{-- --}} {{-- End Delete Modal --}} {{-- --}} {{-- --}} @endsection