@include('backoffice.includes.required.meta')
@foreach (sections()->where('page', "auth")->where('section', "main") as $section) @if ($section->image)
{{$section->title}}
{{$section->subtitle}}
@endif @endforeach
@yield('form')