@extends('adminlte::page') @section('title', 'Coupons') @section('content_header')
| No. | Name | Coupon Value (%) | Created At | Action |
|---|---|---|---|---|
| {{$i}}. | {{$service->name}} | {{$service->discount_perc}} % | {{ $service->created_at->format('d-m-Y H:i:s') ?? 'N/A' }} | Delete | @php $i++; @endphp