@extends('layouts.main') @section('title', $data['title']) @section('content')
@if ($data['userType'] != 0 && (canCreate('Item'))) @endif
@csrf @endsection('content') @section('custom-scripts') @endsection