@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')