@extends('layouts.main') @section('title', $data['title']) @section('content')

Item Category

@if ($data['userType'] != 0 && canCreate('Category')) @endif
{{--
 
--}}
{{--
--}}
@csrf @endsection('content') @section('custom-scripts') @endsection