@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){{ $module->fields[$col]['label'] or ucfirst($col) }} | @endforeach @if($show_actions)Aksi | @endif
---|