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