@extends("LaravelVueAdmin.layouts.app") @section("contentheader_title", "Tipe Status") @section("section", "Tipe Status") @section("sub_section", "List Data") @section("htmlheader_title", "List Data") @section("headerElems") @lv_access("Status_types", "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("Status_types", "create") @endlv_access @endsection @push('scripts') @endpush