@extends('layouts.app')
@section('styles')
@endsection
@section('content')
@php
$content_page_name = 'Hotel';
$content_page_name_single = 'Hotel';
@endphp
@canany(['homebanner-create', 'homebanner-edit'])
@endcanany
@endsection
@section('scripts')
{{-- ################################Jquery Datatable########################### --}}
{{-- --}}
@endsection