@extends('layouts.master') @section('title', 'Add Loan Entry') @push('css') @endpush @section('content') @include('partials.header') @include('partials.sidebar')

Add Loan Entry

Loan Entry Form

@if(session('success'))
{{ session('success') }}
@endif
@csrf
@push('js') @endpush @endsection