@extends('master.app')
@section('title', 'Role of Website')
@section('body')
{{ $role->name }}
{{ $role->created_at }}
# number |
Name |
Action |
@if (!empty($rolePermissions))
@foreach ($rolePermissions as $k => $v)
{{ $loop->iteration }} |
{{ $v->name }} |
|
@endforeach
@endif
@endsection
@section('pageJs')
@endsection