@extends('layouts.app') @section('content')
| ID | Name | Attraction | Type | Price | Quota | Valid Period | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $ticket->id }} | {{ $ticket->name }} | {{ $ticket->touristAttraction->name }} | {{ ucfirst($ticket->type) }} | Rp {{ number_format($ticket->price, 0, ',', '.') }} | {{ $ticket->quota }} | {{ $ticket->valid_from->format('d M Y') }} - {{ $ticket->valid_until->format('d M Y') }} | {{ $ticket->is_active ? 'Active' : 'Inactive' }} |