@extends('backend.layouts.app') @section('title') System Requirment Categories @endsection @section('content') @section('toolbar') @include('backend.layouts.nav', ['current' => 'Dashboard']) @endsection
Requirment Categories
@if(Auth::user()->can('add system category')) New Category @endif @if (Auth::user()->can('delete system category')) Delete @endif
ID Name @if (Auth::user()->can('delete system category')) @else @endif Actions
@endsection @section('scripts_lib') @include('backend.pages.system-categories.partials.js') @endsection