@extends('layouts.frontend.app') @push('meta') @endpush @section('title', $shop->name) @section('content')
Cover Photo
Profile

{{$shop->name}}

Top Product

@forelse ($products as $product) @empty @endforelse
@include('components.cart-modal-attri') @endsection @push('js') @endpush