@extends('AdminLte.template') @section('title') No Clearance Input @endsection @section('ExternalCss') @parent @endsection @section('Content')
{{ Form::open(['action' => 'HrmsDashboardController@exitformality_nodue','id' => 'nodue_data','autocomplete' => 'off']) }}
No Clearance Input
@if(is_null($employeedata["lop_days"]))
@else
@endif

Yes No

@if(is_null($employeedata["notice_period_waived_off"])) Yes No @else Yes No @endif

@if(is_null($employeedata["hod_collection"])) @else @endif @if(is_null($employeedata["hr_collection"])) @else @endif @if(is_null($employeedata["stores_collection"])) @else @endif @if(is_null($employeedata["it_collection"])) @else @endif @if(is_null($employeedata["radiology_collection"])) @else @endif @if(is_null($employeedata["finance_collection"])) @else @endif @if(is_null($employeedata["customer_care_collection"])) @else @endif
Department Amount to be Recovered
HOD
HR
Stores
IT
Radiology
Finance
Customer Care

{{ Form::close() }}
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection