@extends('layouts.app') @section('title') Loan & Advance List @stop @section('css') @stop @section('content')

{{$loan->type}}


Name {{$employee_name}}
Date {{$loan->date}}
Receipt No {{$loan->receipt_no}}
Amount {{number_format($loan->loan_amount)}}
Payment Method {{$loan->payment_method}}
Instrument No {{$loan->instrument_no}}
{{csrf_field()}}
@stop @section('js') @stop