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