@extends('admin.layouts.layout')
@section('title', 'View Client Discount: ' . $clientDiscount->title)
@section('content')
View Client Discount: {{ $clientDiscount->title }}
{{ $clientDiscount->title }}
{{ $clientDiscount->discount_type }}
{{ $clientDiscount->formatted_amount }}
{!! $clientDiscount->status_badge !!}
{{ $clientDiscount->tenant->name ?? 'N/A' }}
{{ $clientDiscount->created_at ? \App\Helpers\Helper::showdate($clientDiscount->created_at) : 'N/A' }}
{{ $clientDiscount->updated_at ? \App\Helpers\Helper::showdate($clientDiscount->updated_at) : 'N/A' }}
@endsection
@push('page_css')
@endpush