@extends("LaravelVueAdmin.layouts.app") @section("contentheader_title", "Lembar Pekerjaan") @section("contentheader_description", "List Detail Pekerjaan") @section("section_url", url(config('LaravelVueAdmin.adminRoute') . '/tasks')) @section("section", "Lembar Pekerjaan") @section("sub_section", "List Data") @section("htmlheader_title", "List Detail Pekerjaan") @section("headerElems") @lv_access("Task_ds", "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("Task_ds", "create") @endlv_access @endsection @push('scripts') @endpush