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