@extends('site.layouts.app')
@section('page_title', $vendor->name)
@section('seo')
@include('site.shop.seo')
@endsection
@section('content')
{{-- profile and top benner --}}
@include('site.shop.top_banner')
{{-- menu items and search --}}
@include('site.shop.menu')
@include('site.layouts.section.shop.all-product')
@endsection
@section('js')
@endsection