@extends('hr::layouts.app') @section('head')
@endsection @section('content')
Home
Pages
Form Page
Debtor Loan list
{{ csrf_field() }}
Employee ID
Name
Amount(.Rs)
Month
Year
Edit
View
Delete
@endsection @section('script') @endsection