@extends('layouts.app') @section('title', 'My Shop') @section('app') @livewire('shop.show') @endsection