@extends('layouts.admin') @section('heading', 'Staff roles') @section('subheading', 'Create custom roles for your shop and control what each one can access.') @section('actions') + New role @endsection @section('content') @include('partials.master-tabs') @if (session('status'))
| Role | Permissions | Staff assigned | Actions |
|---|---|---|---|
| {{ $role->name }} | {{ $role->permissions->count() }} permission(s) | {{ $role->users_count }} | Edit |
| No roles yet — create your first one (e.g. Cutter, Cashier). | |||