@extends('layouts.admin') @section('title', 'Admin Promos') @section('header', 'Admin Promo Management') @section('content') @php $currencySymbol = \App\Models\AppSetting::getValue('currency_symbol', '₹'); $currencyDecimals = \App\Models\AppSetting::currencyDecimals(); @endphp
Create global promo codes customers can use on any store order.
{{ \Illuminate\Support\Str::limit($promo->description ?? 'Global promo for all restaurants.', 110) }}