@php $website = App\Website::select('favicon','logo','address','phone','email','description','popup_image','popup_switch','popup_mobile','popup_link')->first(); @endphp {{-- for heder icon --}} @if (isset($website->favicon)) @endif @yield('title') - {{ config('app.name', 'Ecommerce') }} {{-- for meta tag --}} @yield('meta') {{-- for header link --}} @include('layouts.frontend.partial.head') {{-- for tostr js --}} {{-- for css input --}} @stack('css') @include('layouts.frontend.partial.mobile_menue')
@include('layouts.frontend.partial.header') @yield('content') @include('layouts.frontend.partial.footer')
{{-- for footer link --}} @include('layouts.frontend.partial.foot') {!! Toastr::message() !!} @stack('js')