@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


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