@extends('admin.layout') @section('content')
@csrf
{{ __('Permissions of') . ' ' . $role->name }}
{{ __('Back') }}
@php $rolePermissions = json_decode($role->permissions); @endphp
@endsection