@extends('layouts.app_rest') @section('content')
@can('menu.create') @endcan @can('menu.update') @endcan @can('menu.delete') @endcan
@can('menu.view')
Name Icon Status
@endcan
@endsection @section('javascript') @endsection>