@extends('layouts.admin') @section('page_title', 'Role Permissions') @section('content')

Manage Role Permissions

@foreach($roles as $role) @endforeach
Role Permissions Action
{{ ucfirst($role->name) }} @foreach($role->permissions as $permission) {{ $permission->name }} @endforeach Edit Permissions
@endsection