@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}}
Total
{{$history->count()}}

list Historique

@foreach ($history as $hist) @endforeach
ID Tâche Priorité Utilisateur assigné Date de début Date de fin
{{ $hist->id }} {{ $hist->titre }} {{ $hist->priorite }} {{ @$hist->userDetail->name }} {{ $hist->dateDebut }} {{ $hist->dateFin }}

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 Générales

@error('titre') {{ $message }} @enderror
@error('priorite') {{ $message }} @enderror
@error('description') {{ $message }} @enderror

track_changes Gestion et suivi

@error('assigne') {{ $message }} @enderror
@error('dateDebut') {{ $message }} @enderror
@error('dateFin') {{ $message }} @enderror
@error('dateCreation') {{ $message }} @enderror
@error('dateMaj') {{ $message }} @enderror
@stop