@extends('adminlte::page') @section('title', 'Booking Rules') @section('content_header') @stop @section('content')

Booking Rules

Add/Edit Booking Rule

@csrf

@if(!empty($booking_rules)) Existing @endif      

@stop @section('js') @include('admin.booking-rules.scripts.index') @stop