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