@extends("LaravelVueAdmin.layouts.app") @section("contentheader_title", "Struktur Organisasi") @section("contentheader_description", "(".Auth::user()->roles->first()->display_name.")") @section("section", "Struktur Organisasi") @section("sub_section", "List Struktur Organisasi") @section("htmlheader_title", "List Struktur Organisasi") @section("headerElems") @lv_access("Organizations", "create") @endlv_access @endsection @section("main-content") @if (count($errors) > 0)
@endif
@hasSection('description')
@yield('description')
@endif @foreach( $listing_cols as $col ) @endforeach @if($show_actions) @endif
{{ $module->fields[$col]['label'] or ucfirst($col) }}Aksi
@lv_access("Organizations", "create") @endlv_access @endsection @push('scripts') @endpush