@extends('layouts.seller.app', ['page' => $menuSeller['stores']['active'] ?? ""]) @section('title', __('labels.stores')) @section('header_data') @php $page_title = __('labels.stores'); @endphp @endsection @php $breadcrumbs = [ ['title' => __('labels.home'), 'url' => route('seller.dashboard')], ['title' => __('labels.stores'), 'url' => ''] ]; @endphp @section('seller-content')

{{ __('labels.stores') }}

@endsection @push('scripts') @endpush