@extends('hr_main') @section('title', '| Consolited Staff Report') @section('content') @include('convert_word')

Consolited Staff Report


{!! Form::open(array('url' => './hr/report/consolitedStaffReportSearch', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
{{-- Start of Branch Name --}}
{{--
--}} {{-- End of Branch Name --}}
{{-- End of Year --}}
{{-- End of Month --}} {{-- Start of the Submit Button --}}
{{-- {!! Form::label('', '', ['class' => 'control-label col-md-12', 'style' => 'color:#708090; padding-top: 25px;']) !!} --}}
{{-- End of the Submit button --}}
{!! Form::close() !!}
{{-- Start of the table --}}
{{-- End of the table --}}
{{-- panel-body panelBodyView DIV --}}
@endsection