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