All hotel packages
List of all hotel packges
@if(session()->has('success'))
{{ session('success') }}
@endif
@if(session()->has('error'))
{{ session('error') }}
@endif
Packages
Create NewName | Package Name | Location | Rooms | Price Per Night | Created At | Action |
---|---|---|---|---|---|---|
{{$package->name}} | {{$package->package->package_name}} | {{$package->location}} | {{$package->num_rooms}} | {{$package->price_per_night}} | {{date('M,d-Y h:i a',strtotime($package->created_at) )}} |