@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 Nom Categorie Type Prix Prix Promotionnel Quantite du Stock
{{ $hist->id }} {{ $hist->nom }} {{ @$hist->categorieDetail->nom }} {{ $hist->type }} {{ $hist->prix }} {{ $hist->prix_promotionnel }} {{ $hist->quantite_stock }}

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 de base

@error('nom') {{ $message }} @enderror
@error('categorie_id') {{ $message }} @enderror
@error('type') {{ $message }} @enderror
Image
@error('description') {{ $message }} @enderror

monetization_on Prix & Stock

@error('prix') {{ $message }} @enderror
@error('prix_promotionnel') {{ $message }} @enderror
@error('quantite_stock') {{ $message }} @enderror
@error('gainEstime') {{ $message }} @enderror

queue Détails supplémentaires

@error('commentaires') {{ $message }} @enderror
@stop