@extends('AdminLte.template')
@section('title')
@if($inputType == '{salary}') {{ "Monthly Salary Input Report" }}
@elseif($inputType == '{overtime}') {{ "Monthly Overtime Input Report" }}@endif
@endsection
@section('ExternalCss')
@parent
@endsection
@section('Content')
@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