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

list Historique

{th} @foreach ($history as $hist) {td} @endforeach
ID
{{ $hist->id }}

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
{formTypes}
@stop