@includeWhen(config('app.GOOGLE_ANALYTICS'), 'core::partials.google-analytics')
@yield('title', config('app.name'))
@stack('head')
@if($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif @if (session('error'))
{!! session('error') !!}
@endif
@lang('Main Page')
@lang('Thank You Page')
@lang('Use Template')
{{-- Modal --}}
@lang('New Landing Page')
×
@csrf
@lang('Name'):
{{-- End Modal --}}