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

Add Brand

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

View Brands

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