@if (count($errors) > 0) @if($errors->any())
{{$errors->first()}}
@endif @endif
| ID | Package Id | Voucher Id | Voucher Type | Price | Add Date | Modify Date | Action |
|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $package_name }} | {{ $listingS->voucher_number }} | {{ ($listingS->type == 1) ? 'Paid' : 'Free' }} | ${{ $listingS->price }} | {{ $listingS->add_date }} | {{ ($listingS->modify_date != '') ? $listingS->modify_date : 'NA' }} |
|
| {{ trans('labels.NoRecordFound') }} | |||||||