@extends('layouts.admin') @section('title', isset($discount) ? 'Edit Discount' : 'Add Discount') @section('page_title', isset($discount) ? 'Edit Discount' : 'Add New Discount') @section('content')
#{{ $discount->id }}
{{ $discount->usage_count ?? 0 }} / {{ $discount->usage_limit ?? '∞' }}
{{ $discount->created_at->format('M d, Y') }}
{{ $discount->updated_at->format('M d, Y H:i') }}
Fill in the form to create a new discount coupon
@endif