@extends('AdminLte.template') @section('title') Monthly Overtime Input Master @endsection @section('ExternalCss') @parent @endsection @section('Content')
{{ Form::open(['action' => 'MonthlyWorkingHourInputController@create','id' => 'monthlyovertimeForm','autocomplete' => 'off']) }}

Monthly Working Hours Input


{{-- --}}
Employee Name Department Category Calculated Working Hours Working Hours Rate Per Hour Total Payment TDS
%
TDS Net Payment Created / Updated By
{{ Form::close() }}
@endsection @section('BootstrapModals') @include('Components/Bootstrap Modals/monthly_salary_input_modal') @endsection @section('ExternalJs') @endsection