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

Add Size

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

View Categories

@endcan @endsection @section('scripts') {{-- ################################Jquery Datatable########################### --}} {{-- --}} {{-- ########################################################################## --}} @endsection