@extends('adminlte::page') @section('title', 'Booking Rules') @section('content_header') @stop @section('content') Booking Rules Home CMS Settings Party & Conference Booking Rules Add/Edit Booking Rule @csrf Title * Description * @if(!empty($booking_rules)){!! $booking_rules->description !!} @endif Image * @if(!empty($booking_rules)) @endif @stop @section('js') @include('admin.booking-rules.scripts.index') @stop