@if(isset($custom_social)) @yield('custom-social') @else @endif @if(isset($custom_stylesheet)) {!!$custom_stylesheet!!} @else @endif @include('layouts.partials.icons') @yield('view-header') @if(isset($custom_fonts)) {!!$custom_fonts!!} @else @endif @if(!isset($hide_nav)) @endif
@if(Session::has('flash_message'))
{{Session::get('flash_message')}}
@endif @if($errors->any())
@foreach($errors->all() as $error) {{$error}}
@endforeach
@endif
@yield('content')