{{-- resources/views/admin/promos/edit.blade.php --}} @extends('layouts.admin') @section('title', 'Edit Promotion') @section('page_title', 'Edit Promotion') @section('icon', 'fa-edit') @section('breadcrumb')
Total Uses: {{ $promo['usage_count'] ?? 0 }}
Total Discount: Rp {{ number_format($promo['total_discount_given'] ?? 0, 0, ',', '.') }}
Last Used: @if($promo['last_used'] ?? false) {{ date('d M Y', strtotime($promo['last_used'])) }} @else Never used @endif