{{-- --}} {{-- --}} {{-- --}} @yield('styles') @yield('facebook')
@include('partials.frontend.nav') @yield('header')
@if(session('message'))
@endif @if($errors->count() > 0)
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @yield('content')
@include('partials.frontend.footer')
@yield('scripts')