@extends('layouts.app_rest') @section('content')
@can('category.create') @endcan @can('category.update') @endcan @can('category.delete') @endif
@can('category.view')
Name Short Code Parent
@endcan
@endsection @section('javascript') @endsection