@extends('backend.admin-withouterrmaster') @section('site-title') {{__('Dashboard')}} @endsection @section('content')

Personal Loan / Document Process

@if(session('success'))
× {{session('success')}}
@endif

@csrf
@if($errors->has('type_of_loan'))
{{ $errors->first('type_of_loan') }}
@endif
@if($errors->has('full_name'))
{{ $errors->first('full_name') }}
@endif
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if($errors->has('contact_no'))
{{ $errors->first('contact_no') }}
@endif
@if($errors->has('address'))
{{ $errors->first('address') }}
@endif
@if($errors->has('country_id'))
{{ $errors->first('country_id') }}
@endif