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

Add {{ $content_page_name }}

@csrf

Add Amenties

@can('homebanner-create') Save @endcan @can('homebanner-edit') @endcan
@endcanany @endsection @section('scripts') {{-- ################################Jquery Datatable########################### --}} {{-- --}} @endsection