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