@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@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')