@extends('adminlte::page') @section('title', trans('adminlte::users_roles.title.show')) @section('content')

@lang('adminlte::users_roles.header.show')

@lang('adminlte::users_roles.role_name') : {{ $role->name }}
@endsection