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