{{-- resources/views/restaurant/promos/index.blade.php --}} @extends('layouts.restaurant') @php $currencySymbol = App\Models\AppSetting::getValue('currency_symbol', '?'); @endphp @section('title', 'Promo Codes') @section('content')
Create and manage promotional offers for customers
{{ $promo->code }}
{{ $promo->description }}
@endif