@extends('hr::layouts.app') @section('head')
@endsection @section('content')
Home
Pages
Form Page
Loan
{{ csrf_field() }}
Employee ID
Name(with initials)
Amount
No Of Terms(Month)
Interest(.%)
Date
Deduction Year
Deduction Month
Reason
@if(Auth::user()->can('employee_loan_delete'))
@endif
Reset
@if(Auth::user()->can('employee_loan_create'))
Save
@endif
@endsection @section('script') @endsection