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