@extends('layouts.app') @section('title', 'Roles') @section('content')
all roles
@can('role-create') @endcan
@each('role.partials.table', $roles, 'role')
S.N Role Actions
@stop