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

Item Group

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