@extends('master.app') @section('title', 'Role of Website') @section('body')

{{ $role->name }}
{{ $role->created_at }}


@if (!empty($rolePermissions)) @foreach ($rolePermissions as $k => $v) @endforeach @endif
# number Name Action
{{ $loop->iteration }} {{ $v->name }}
@endsection @section('pageJs') @endsection