@extends('lap::layouts.auth') @section('title', 'Users') @section('child-content')

@yield('title')

@can('Create Users') Create User @endcan
{!! $html->table() !!}
@endsection @push('scripts') {!! $html->scripts() !!} @endpush