{{-- Header --}}
TADOBA-ANDHARI TIGER RESERVE
Maharashtra Forest Department | Official Entry Permit
PERMIT NUMBER
{{ $safariBooking->entry_permit_no }}
Issued: {{ $safariBooking->permit_issued_at?->format('d M Y, h:i A') ?? now()->format('d M Y, h:i A') }}
{{-- Booking Info --}}
BOOKING DETAILS
@if($safariBooking->vehicle) @endif
Booking Reference {{ $booking->booking_ref }} Safari Zone {{ $zone->name }} ({{ $zone->gate_name }})
Safari Date {{ $slot->safari_date->format('l, d F Y') }} Shift {{ ucfirst($slot->shift) }} ({{ $slot->shift === 'morning' ? $zone->morning_time : $zone->evening_time }})
Reporting Time {{ $slot->shift === 'morning' ? $zone->morning_reporting : $zone->evening_reporting }} — SHARP Total Visitors {{ $safariBooking->total_visitors }}
Vehicle Number {{ $safariBooking->vehicle->number }} ({{ ucfirst($safariBooking->vehicle->type) }}) Guide Name {{ $safariBooking->guide?->name ?? 'Will be assigned' }}
Booked By {{ $booking->user->name }} Contact {{ $booking->user->phone }}
Amount Paid ₹{{ number_format($booking->total_amount) }} (Including GST) Payment Status {{ strtoupper($booking->payment_status) }}
{{-- Visitors --}}
VISITOR DETAILS
@foreach($safariBooking->visitors as $i => $visitor) @endforeach
# Full Name Age Type Nationality ID Proof ID Number
{{ $i + 1 }} {{ $visitor->name }} {{ $visitor->age }} yrs {{ ucfirst($visitor->type) }} {{ ucfirst($visitor->nationality) }} {{ $visitor->id_proof_type ? strtoupper(str_replace('_', ' ', $visitor->id_proof_type)) : '—' }} {{ $visitor->id_proof_no ?? '—' }}
{{-- Important Instructions --}}
⚠️ IMPORTANT INSTRUCTIONS — PLEASE READ CAREFULLY
{{-- QR + Stamp + Signature --}}
Scan for verification
{{ $safariBooking->entry_permit_no }}
VALID
ENTRY PERMIT
{{ $slot->safari_date->format('d/m/Y') }}
Authorized Signature
Forest Department, Tadoba
{{-- Footer --}}