@yield('SOE')
@if (Request::path() == '/')
E-commerce Website - Buy and Sell Products Online
@endif
@include('front::layouts.head')
{!! $schema !!}
{{-- --}}
@include('front::layouts.notification')
@include('front::layouts.header')
@yield('content')
@include('front::layouts.footer')