@extends('layouts.tenant.master') @section('title', 'User Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

User Management

@endsection @section('breadcrumb-items') @endsection @section('content') @foreach ($roles as $key => $role) @endforeach
No Name Action
{{ ++$i }} {{ $role->name }} Show @can('role-edit') Edit @endcan @can('role-delete')
@csrf @method('DELETE')
@endcan
{!! $roles->links('pagination::bootstrap-5') !!} @endsection @section('script') @endsection