@if ($inputType == '{salary}')
{{ 'Monthly Salary Input Report' }}
@elseif ($inputType == '{overtime}')
{{ 'Monthly Overtime Input Report' }}
@elseif ($inputType == '{lop}')
{{ 'Monthly LOP Input Report' }}
@elseif ($inputType == '{hour_input}')
{{ 'Monthly Hour Input Report' }}
@endif
{{ Form::open(['action' => 'MonthlySalaryReportController@monthlySalaryReport','autocomplete' => 'off']) }}
@if ($inputType != '{salary}')
@if ($inputType == '{lop}')
@endif
@else
{{-- @if ($Multiple_Hospital_PARAMETER=="Y")
@else
@endif --}}
@endif
{{ Form::close() }}
@endsection
@section('BootstrapModals')
@endsection
@section('ExternalJs')
@endsection