@extends('layouts.restaurant') @php $currencySymbol = App\Models\AppSetting::getValue('currency_symbol', '?'); @endphp @section('title', 'Edit Store') @section('content')
Update your store information
{{ $restaurant->is_verified ? 'Your store is active and visible to customers' : 'Admin needs to verify your store before it goes live' }}