@extends('admin.layouts.app') @section('title', 'Store Settings') @section('content')

Store Settings

Configure which store location operates this website.

@if(session('success'))
{{ session('success') }}
@endif
@csrf

Current Store Configuration

Select the store location that acts as the primary fulfillment center.

This store's details (like address, phone) might be displayed on the frontend contact page.

@endsection