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