@extends($layout) @section('content')
users view avatar
{{ @$record->userDetail->name . ' ' . @$record->userDetail->first_name }}
{{ @$record->userDetail->roleDetail->label}}
Critique
{{@$record->statutDetail->icon}} {{@$record->statutDetail->label}}

list Historique

@foreach ($history as $hist) @endforeach
ID Commande Référence Commande Total Gain Total Statut Date de Création
{{ $hist->id }} {{ $hist->reference }} {{ number_format($hist->total, 2, ',', ' ') }} {{ number_format($hist->gainTotal, 2, ',', ' ') }} {{ $hist->statutDetail->label }} {{ $hist->created_at }}

loop Workflow

@foreach ($workflow as $w) @endforeach
Utilisateur Date Statut Commentaire
{{$w->name . ' '. $w->first_name}} {{$w->datetime_fr}}
{{ $w->icon }} {{ @$w->label }}
{{$w->commentaire}}
    @foreach($workflow as $w)
  • index%2 == 1 ? "class=timeline-inverted" : '' }} >

    person {{$w->name . " ".$w->first_name}}

    date_range {{$w->date_fr}}

  • @endforeach
@csrf @if (Session::has('success'))

{{ Session::get('success') }}

@endif

info Informations Personnelles

@error('nom') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('telephone') {{ $message }} @enderror

add_location Adresse

@error('adresse') {{ $message }} @enderror
@error('ville') {{ $message }} @enderror
@error('codePostal') {{ $message }} @enderror
@error('pays') {{ $message }} @enderror

system_update_alt Informations Système

@error('dateInscription') {{ $message }} @enderror
@error('comments') {{ $message }} @enderror
@stop