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