@foreach(sections()->where('page', "register")->where('section', $role) as $section)
{{$section->title}}
{{$section->description}}
@endforeach
@yield('content')