@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')
@include('components.page_header', ['title' => $store->name . ' Store Configuration', 'step' => 2])
@csrf

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

{{ __('labels.store_status_help') }}
{{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--

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

--}} {{--
--}} {{--
--}} {{--
--}} {{-- {{ __('labels.max_delivery_distance') }}--}} {{-- --}} {{--
--}} {{--
--}} {{-- {{ __('labels.domestic_shipping_charges') }}--}} {{-- --}} {{--
--}} {{--
--}} {{-- {{ __('labels.international_shipping_charges') }}--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}

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

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

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

@endsection