{{$title}}
Front
About
Listings
Exports
Appeals
@if(Auth::check())
Den
Logout
@else
The Den
@endif
@if($errors->any())
{{$errors->first()}}
@endif @if(session('message'))
{!! session('message') !!}
@endif
@section('main-content') @show