@extends('admin.layout.master') @section('home')
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if ($errors->any())
@endif
Create Loan
@csrf
{{-- //=========== Not need Now by ismail vai =========//
--}}
Employee Loan History
Date Amount Due Status
Select employee to see history
@endsection @section('script') @endsection