@extends('templates._single_left') @section('html.head.title', 'Protected Content - ') @section('beforeMain') @include('sections.banner', [ 'background' => '', 'space_class'=>'xlg-pt4 pt3 pb3' ]) @include('atoms.heading_group', [ 'title' => 'Protected Content', 'copy' => showSnippet('protected_content_settings', 'protected_content_description') ]) @include('sections.banner_CLOSE') @endsection @section('main')
@if(session('error'))

{{ session('error') }}

@endif
{{ csrf_field() }}

@endsection