@extends('layouts.app') @section('title', 'User List') @section('pages')
@include('layouts.partials.nav-menu')
@if (in_array('users-create', $authRolePermissions)) @endif
@include('users.table')
@endsection @section('js') @endsection