@include("backend.includes.flash")
@isset($items) @foreach($items as $item) @endforeach @endisset
S.No @lang("labels.party") @lang("labels.service") @lang("labels.tax.quarterly_tax") @lang("labels.title_number") @lang("labels.discount_amount") @lang("labels.discount_percentage") @lang("labels.discount_expiry_date") @lang('labels.last_updated_at') @lang('labels.action')
{{ $item->id }} party->id]) }}">{{ $item->party->party_name }} @isset($item->service) {{ $item->service->name }} @endif @isset($item->vehicle_tax) {{ count($item->vehicle_tax) }} Quarters @endif @isset($item->party_vehicle) {{ $item->party_vehicle->title_number }} @endif @isset($item->amount) @money($item->amount) @endisset {{ $item->percentage }} @isset($item->percentage) % @endif @date($item->expiry_date) {{ $item->updated_at->diffForHumans() }}
{{$items->links()}}
@push ('page-scripts') @endpush