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