@extends('Frontend.layouts.layout-blank') @section('styles') @endsection @section('content') @php setServerLocal($lang); @endphp
{{ brandName() }}

{{trans('action.page_heding', ['siteName' => env('APP_NAME')])}}.

{{trans('action.hello')}}, {{$name}} {{trans('action.paragraph')}}

@csrf
{{-- --}} @if ($errors->has('dob')) {{ $errors->first('dob') }} @endif
@if ($errors->has('pob')) {{ $errors->first('pob') }} @endif

{{trans('action.forhelpcontact', ['siteName' => env('APP_NAME')])}} {{trans('action.click')}}

{{trans('action.finddocument', ['siteName' => env('APP_NAME')])}} {{trans('action.click')}}

@endsection @section('scripts') @endsection