List of Discount & Prices
{{--
--}} @if ($search)
Searched Results for "{{ $search }}"
@endif
@forelse ($discountPrices as $key => $discountPrice) @empty @endforelse
ID Name Description Action
{{ ++$key }} {{ $discountPrice->name }} {{ $discountPrice->description }}
{{-- @can('discountPrice-edit') --}} {{-- @endcan --}} {{-- @can('discountPrice-delete') --}} @csrf @method('DELETE') {{-- @endcan --}}
Data Not Available
Print
{{ $discountPrices->links('livewire.item.pagination-links') }}
@push('styles') @endpush