@extends('plugins/real-estate::account.layouts.skeleton') @section('content')
@include('plugins/real-estate::account.settings.sidebar')

{{ trans('plugins/real-estate::dashboard.account_field_title') }}

@if (session('status')) @endif
@csrf
@if ($user->confirmed_at) {{ trans('plugins/real-estate::dashboard.verified') }} @else {{ trans('plugins/real-estate::dashboard.verify_require_desc') }}{{ trans('plugins/real-estate::dashboard.resend') }} @endif
{{ $errors->has('dob') ? $errors->first('dob') : '' }}
@include('plugins/real-estate::account.modals.avatar')
@endsection @push('scripts') {!! JsValidator::formRequest(\Botble\RealEstate\Http\Requests\SettingRequest::class); !!} @endpush