@extends('backend.layouts_backend.master2') @section('title') Edit Loan @endsection @section('content') {{-- header --}}

Edit Loan


{{-- end header --}}
@csrf @method('PATCH')

{{-- validation --}} @if ($errors->has('client_id')) @endif

{{-- validation --}} @if ($errors->has('loan_date')) @endif

{{-- validation --}} @if ($errors->has('due_date')) @endif

{{-- validation --}} @if ($errors->has('loan_amount')) @endif

{{-- brand address --}}
{{-- --}}
@endsection @section('extra_scripts') {{-- handline select2 --}} @endsection