@extends(Auth::check() ? 'layouts.front' : 'layouts.auth') @section('page-title', $title) @section('content')
@include('partials.announcement')

{{ $title }}

@include('partials.front-lang')
{!! $gdpr !!}
@stop @section('scripts') @stop