@extends('shop.main') @section('header') @include('shop.components.header') @endsection @section('main')
@yield('main2')
@endsection @section('footer') @include('shop.components.footer') @endsection @push('css') @endpush @push('js') @endpush