@extends('dashboard.user.layouts.app') @section('content')

{{ $title }}

@slot('header') Loan Details @endslot
@csrf
@error('term_and_condition') {{ $message }} @enderror

By submitting this application, I confirm that all information provided is accurate and complete. I authorize {{ config('app.name') }} to verify my information and credit history.

Cancel
@endsection