@extends('layouts.restaurant') @php $currencySymbol = App\Models\AppSetting::getValue('currency_symbol', '?'); $currencyDecimals = App\Models\AppSetting::currencyDecimals(); @endphp @section('title', 'My Stores') @section('content')
Manage all your store locations from one dashboard