@extends('layouts.master') @section('title', 'Users') @push('styles') @endpush @section('content')
@can('users.edit') @endcan @can(['users.edit', 'users.update', 'users.destroy','users.password.edit']) @endcan
Name Email Company RoleStatusAction
@include('users.user-invitation') @endsection @push('scripts') @endpush