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

Business Loan /Description Form

@csrf
@if (session('success'))
{{ session('success') }}
@endif
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif
Cancel
@endsection