@yield('meta') @yield('css') {{-- --}}
@if(Session::has('message') OR $errors->any()) @endif
@include('layouts.front.header') @yield('content') @include('layouts.front.footer')
@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('warning'))
{{ Session::get('warning') }}
@endif @yield('js')