@extends('layouts.app') @section('styles') @endsection @section('content') @canany(['itenary-create','itenary-edit'])

Add Itenary

@csrf
@can('itenary-create') Save @endcan @can('itenary-edit') @endcan
@endcanany @can('itenary-list')

View Itenary

# Category Type Package Image Added By Actions
@endcan {{-- #########################View Modal################################### --}} {{-- #########################End Of View Modal############################ --}} @endsection @section('scripts') {{-- ################################Jquery Datatable########################### --}} {{-- ########################################################################## --}} @endsection