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

Add Category

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

View Categories

@endcan {{-- #########################View Modal################################### --}} {{-- #########################End Of View Modal############################ --}} @endsection @section('scripts') {{-- ################################Jquery Datatable########################### --}} {{-- --}} {{-- ########################################################################## --}} @endsection