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