@extends('resource.show') @php $links['back'] = guard_url('e_p_a/tabel_m'); $links['edit'] = guard_url('e_p_a/tabel_m') . '/' . $tabel_m->getRouteKey() . '/edit'; @endphp @section('icon') @stop @section('title') {!! __('e_p_a::tabel_m.title.main') !!} @stop @section('sub.title') {!! __('e_p_a::tabel_m.title.show') !!} @stop @section('breadcrumb')
  • {{ __('app.home') }}
  • {!! __('e_p_a::tabel_m.name') !!}
  • {{ __('app.show') }}
  • @stop @section('tabs') @stop @section('tools') @stop @section('content') @include('e_p_a::tabel_m.partial.show', ['mode' => 'show']) @stop