@include('pages.layouts.head')
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @if ($errors->any())
@endif
@include('pages.layouts.navphone') {{-- @include('pages.layouts.login') --}} @include('pages.layouts.sidebar') @include('pages.layouts.cart')
@include('pages.layouts.nav') @include('pages.layouts.socialmedia') @yield('content') @include('pages.layouts.footer') @include('pages.layouts.toolbar')
@include('pages.layouts.scripts')