@extends('layouts.dashboard') @section('content')

Usuários

Gestão de Usuários

{!! T::customBtn('users.create', [], 'Cadastrar usuário', 'fa-user', 'btn-primary btn-fill', 'btn-md') !!}
@include('gestao.usuarios.table') {!! $users->render() !!}
@endsection