@if (session('alert'))
{!! session()->get('title') !!}
{!! session()->get('alert') !!}
@endif
@if ($errors->any())
{{ __('Whoops! Something went wrong.') }}!
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
Personal Information
Fill all the form with valid details
Help Page.