@extends('layouts.admin')
@section('title', 'Packages')
@section('content')
| Name | Code | Room Type | Adult Price | Active | |
|---|---|---|---|---|---|
| {{ $pkg->name }} | {{ $pkg->code }} | {{ $pkg->roomType?->name ?? 'Any' }} | {{ number_format($pkg->adult_price, 2) }} | @if($pkg->is_active) |
Edit |