@php $isYajra = $isYajra ?? false; @endphp @extends('stisla.layouts.app-table') @section('title') {{ $title }} @endsection @section('content') @include('stisla.includes.breadcrumbs.breadcrumb-table')

{{ $title }}

{{ __('Menampilkan halaman ' . $title) }}.

Data {{ $title }}

@if ($canCreate) @include('stisla.includes.forms.buttons.btn-add', ['link' => $route_create]) @endif
@include('stisla.includes.forms.buttons.btn-datatable')
@include('stisla.group-menus.table')
@endsection @push('css') @endpush @push('js') @endpush @push('scripts') @endpush @push('modals') @endpush