@yield('title')
@if (session()->has('text_direction') && session()->get('text_direction') !== 'ltr')
@endif
@yield('content')
@if (Cache::get('setting')->recaptcha_status === 'active')
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
@endforeach
@endif