@extends('layouts.app') @section('title', 'Packages') @section('content')
| Package Name | Ticket | Regular Price | Offer Price | Status | Action |
|---|---|---|---|---|---|
| {{ $package->package_name }} | {{ $ticketDisplay }} | @currency($package->regular_price, 0) | @if($package->offer_price) @currency($package->offer_price, 0) @else - @endif | {{ $package->is_active ? 'Active' : 'Inactive' }} | @if($package->bookings_count > 0) @else @endif |
| No packages configured yet. | |||||