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

Dashborad Short Description

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

@if($errors->has('business_finance'))
{{ $errors->first('business_finance') }}
@endif

@if($errors->has('lap'))
{{ $errors->first('lap') }}
@endif

@if($errors->has('business_loan'))
{{ $errors->first('business_loan') }}
@endif

@if($errors->has('personal_loan'))
{{ $errors->first('personal_loan') }}
@endif

@if($errors->has('life_insurance'))
{{ $errors->first('life_insurance') }}
@endif

@if($errors->has('health_insurance'))
{{ $errors->first('health_insurance') }}
@endif

@if($errors->has('other_general_insurance'))
{{ $errors->first('other_general_insurance') }}
@endif

@if($errors->has('credit_card'))
{{ $errors->first('credit_card') }}
@endif

@if($errors->has('services'))
{{ $errors->first('services') }}
@endif

@if($errors->has('mutual_fund'))
{{ $errors->first('mutual_fund') }}
@endif
Cancel
@endsection