@extends('layouts.landing-page') @section('content') @switch($section) @case(1) @livewire('client.shopping.index') @break @case(2) @livewire('client.shopping.show',['shopping'=>$shopping]) @break {{-- @case(3) @livewire('dashboard.contact') @break @case(4) @livewire('auth.customer-registration',['product' => $product]) @break @case(5) @livewire('dashboard.details',['product' => $product]) @break @case(6) @livewire('dashboard.cart') @break @case(7) @livewire('dashboard.checkout') @break --}} @default @endswitch @endsection