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

Booking Rules

List Of Booking Rules

Total No. of Booking Rule: 0

@if(isset($booking_rules)) @foreach($booking_rules as $value) {{--@if ($value['status'] == 1) @else @endif --}} @endforeach @endif
ID Title Description Image Updated At Actions
{{$value['id']}} {{$value['title']}} {{$value['description']}} image {{ \Carbon\Carbon::parse($value['updated_at'])->format('d/m/Y') }} Active Inactive
     
ID Title Description Image Updated At Actions
@stop @section('js') @include('admin.booking-rules.scripts.index') @stop