@extends("LaravelVueAdmin.layouts.app") @section("contentheader_title", "Roles") @section("contentheader_description", "roles listing") @section("section", "Roles") @section("sub_section", "Listing") @section("htmlheader_title", "Roles Listing") @section("headerElems") @lv_access("Roles", "create") @endlv_access @endsection @section("main-content") @if (count($errors) > 0)
| {{ $module->fields[$col]['label'] or ucfirst($col) }}@endforeach @if($show_actions) | Actions@endif | 
|---|