@extends('resource.show') @php $links['back'] = guard_url('role/role'); $links['edit'] = guard_url('role/role') . '/' . $role->getRouteKey() . '/edit'; @endphp @section('icon') @stop @section('title') {!! __('role::role.title.main') !!} @stop @section('sub.title') {!! __('role::role.title.show') !!} @stop @section('breadcrumb')