@extends('layouts.app') @section('content') {{-- ── SUCCESS TOAST ── --}} @if(session('success'))
| SL | Photo | Package Name | Destination | Price | Action |
|---|---|---|---|---|---|
| {{ $packages->firstItem() + $key }} |
@if($package->photo)
No photo
@endif
|
{{ $package->name }}
@if($package->short_description)
@endif
Added {{ $package->created_at->format('d M Y') }}
|
@if($package->holidaydestination) {{ $package->holidaydestination->name }} @else — @endif | @if($package->price) ${{ number_format($package->price, 2) }} USD @else — @endif | |
|
@if(request()->hasAny(['name','destination_id','date_from','date_to']))
No packages found matching your filters.
Clear Filters @else No packages added yet. @endif |
|||||