@extends('layouts.app') @section('title', 'Permissions Management') @section('css') @endsection @section('content')
@can('permission-create') Create Role @endcan
No Role Name Total Users Action
@endsection @section('footer') @endsection