{{-- resources/views/restaurant/promos/edit.blade.php --}} @extends('layouts.restaurant') @php $currencySymbol = App\Models\AppSetting::getValue('currency_symbol', '?'); @endphp @section('title', 'Edit Promo Code') @section('content')
Update: {{ $promo->code }}