@extends('resource.index') @php $links['create'] = guard_url('e_p_a/tabel_m/create'); $links['search'] = guard_url('e_p_a/tabel_m'); @endphp @section('icon') @stop @section('title') {!! __('e_p_a::tabel_m.title.main') !!} @stop @section('sub.title') {!! __('e_p_a::tabel_m.title.list') !!} @stop @section('breadcrumb')
  • {{ __('app.home') }}
  • {!! __('e_p_a::tabel_m.name') !!}
  • {{ __('app.list') }}
  • @stop @section('entry')
    @stop @section('list') @include('e_p_a::tabel_m.partial.list.' . $view, ['mode' => 'list']) @stop @section('pagination') {!!$tabel_ms->links()!!} @stop @section('script') @stop @section('style') @stop