@extends('dashboard.master') @section('title', 'Loan Given Edit') @push('css') @endpush @section('content')
Loan Given Edit
@csrf @method('PUT')
@push('js') @endpush @endsection