@extends('layouts.app') @section('title', $viewData["title"]) @section('subtitle', $viewData["subtitle"]) @section('content')
| # | First | Last | Customer | Directory | Licence | Password | Link | Last modification date | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $user->get_id() }} | {{ $user->get_firstname() }} | {{ $user->get_lastname() }} | {{ $user->get_email() }} | {{ $user->get_customer()->get_customer_name() }} | {{ $user->get_directory() }} | {{ $user->get_licence() }} | @if (null !== $user->get_password()){{ substr($user->get_password(),0,6) }}... | @else@endif @if (null !== $user->get_link()) | {{ substr($user->get_link(),0,6) }}... | @else@endif | {{ $user->get_updated_at() }} |