@extends('AdminLte.template') @section('title') Monthly Overtime Input Master @endsection @section('ExternalCss') @parent @endsection @section('Content')
{{ Form::open(['action' => 'MonthlyOvertimeInputController@create','id' => 'monthlyovertimeForm','autocomplete' => 'off']) }}
Monthly Overtime Input
Month
:
Department
:
All
@foreach($department as $key=>$select)
{{$select->department_name}}
@endforeach
Category
:
All
@foreach($category as $key=>$select)
{{$select->job_category_name}}
@endforeach
Get Over Time
Employee Name
Department
Category
OT.Hours
Created / Updated By
{{ Form::close() }}
@endsection @section('BootstrapModals') @include('Components/Bootstrap Modals/monthly_salary_input_modal') @endsection @section('ExternalJs') @endsection