@extends("LaravelVueAdmin.layouts.app") @section("contentheader_title", "Departments") @section("section", "Departments") @section("sub_section", "Listing") @section("htmlheader_title", "Departments Listing") @section("headerElems") @unless(Auth::user()->hasRole('STAFF')||Auth::user()->hasRole('STAFF_SENIOR')) @lv_access("Departments", "create")
@endlv_access @endunless @endsection @section("main-content") @if (count($errors) > 0){{ $module->fields[$col]['label'] or ucfirst($col) }} | @endforeach @if($show_actions)Aksi | @endif
---|