@extends('admin.layouts.main', [ 'scripts' => [ path_asset('path.backoffice.js_path') . '/view/user/backend-users-list.js' ] ]) @section('content')

Manage Backend Users

@if($canInsert) @endif
ID First name Last name Email Role {{ trans('backend.actions') }}
@stop