@extends('layouts.master') @section('content')
Total Packages
Active Bookings
Total Inquiries
Newsletter Subscribers
| Customer | Package | People | Date | ||
|---|---|---|---|---|---|
{{ $booking->name }}{{ $booking->email }} |
{{ $booking->package->title ?? 'N/A' }} | {{ $booking->no_of_people }} | {{ $booking->departure_date ? \Carbon\Carbon::parse($booking->departure_date)->format('M d, Y') : 'N/A' }} | ||
|
No recent bookings found
|
|||||
Featured Packages
Package Reviews
Team Members
Blog Posts
|
|
{{ "$inquiry->first_name $inquiry->last_name" }}{{ Str::limit($inquiry->subject ?? $inquiry->message, 50) }} |
{{ $inquiry->created_at ? $inquiry->created_at->diffForHumans() : 'N/A' }} | @if($inquiry->seen) Read @else Unread @endif |
|
No recent inquiries found
|
|||
|
|
{{ Str::limit($package->title, 30) }}{{ $package->country }} • {{ $package->days }} days |
{{ $package->view ?? 0 }} views | @if($package->is_featured) Featured @endif @if($package->status) Active @else Inactive @endif |
|
No packages found
|
|||