{{__("Number")}}: {{$row->number}}
{{__("Price")}}: {{ $row->display_price }}
{{__("Status")}}: {{ $row->status }}
{{__("Last Updated")}}: {{ display_datetime($row->updated_at ?? $row->created_at) }}
@if(Auth::user()->hasPermissionTo('hotel_update')) {{__("Edit")}} @endif @if(Auth::user()->hasPermissionTo('hotel_update'))