@extends('layouts.app') @section('title', 'Booking Conditions') @section('content')
| Sort | Title | Status | Actions |
|---|---|---|---|
| {{ $bookingCondition->sort_order ?? '—' }} | {{ $bookingCondition->title }} | ||
| {{ $bookingCondition->description ?? 'No description provided.' }} | |||
| No booking conditions found. | |||