@section('title', 'Discounts')
@section('heading', 'Discounts')
@section('top-menu-items')
|
|
Code | Percentage | Fixed | Valid Until | DISCOUNT TYPE | Online Booking | @can('write_store')Actions | @endcan
|---|---|---|---|---|---|---|---|
|
|
@php
// dd($discount->valid_until);
@endphp
{{ $discount->code }} | {{ $discount->percentage ? $discount->percentage : 'N/A' }} | {{ $discount->fixed ? $discount->fixed : 'N/A' }} | {{ $discount->valid_until ? Carbon\Carbon::parse($discount->valid_until)->format('Y-m-d') : 'N/A' }} | {{ $discount->fixed ? 'Fixed' : 'Percentage'}} | {{ $discount->online_booking ? 'YES': 'NO' }} | @can('write_store')Actions | @endcan