@extends('dashboard.layouts.master') @section('title', 'Category Management| Admin Panel') @push('after-styles') @if(Helper::checkPermission('categories', 'show')) @endpush @section('content')
@else @endif @endsection @push('after-scripts') @endpush