@extends('layouts.app',['path'=>'loans.index']) @section('title', 'Create Employee Loan - HRMS') @section('content') @can('loan.create')
@include('partials.new_alerts')
Add Employee Loan
@csrf
@can('loan.create') @endcan
@endcan @endsection @push('scripts') @endpush