jesser_gestion_stock
check stock data😘 Nous vous remercions. Les données d'entrée ont été enregistrées avec succès.
Organiser les marchandises et les compter
| Date | @elseif ($column === 'aluminium_401')aluminium S | @elseif ($column === 'aluminium_701')aluminium M | @elseif ($column === 'aluminium_901')aluminium L | @elseif ($column === 'pot_de_sauce_30cc')pot 30cc | @elseif ($column === 'bol_carton_rond')bol carton rond | @elseif ($column === 'article1')pochette en papier | @elseif ($column === 'article2')sac en papier L | @elseif ($column === 'tahina_pate_du_sesame')tahina | @elseif ($column === 'viande_hachee_poulet_congele')hachée poulet congelé | @elseif ($column === 'viande_hachee_boeuf_congele')hachée boeuf congelé | @elseif ($column === 'tahina_pate_du_sesame')tahina | @elseif ($column === 'sauce_toubanjyun')Tobanjyuan(kg) | @elseif ($column === 'poudre_dashi')Dashi (kg) | @elseif ($column === 'algue_nori')Nori | @elseif ($column === 'gari_gingimbre')Gari | @elseif ($column === 'algue_wakame')Wakame | @else{{ $column }} | @endif @endforeach
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @if($column === 'papier_toilettes') @php $id = $accessoire->$column; $matchingName = $papier_toilettes->where('id', $id)->first()['name'] ?? ''; @endphp {{ $matchingName }} @elseif($column === 'papier_serviette') @php $id = $accessoire->$column; $matchingName = $papier_serviette->where('id', $id)->first()['name'] ?? ''; @endphp {{ $matchingName }} @elseif($column === 'sac_petit') @php $id = $accessoire->$column; $matchingName = $sac_petit->where('id', $id)->first()['name'] ?? ''; @endphp {{ $matchingName }} @elseif($column === 'sac_grand') @php $id = $accessoire->$column; $matchingName = $sac_grand->where('id', $id)->first()['name'] ?? ''; @endphp {{ $matchingName }} @elseif($column === 'sac_poubelle') @php $id = $accessoire->$column; $matchingName = $sac_poubelle->where('id', $id)->first()['name'] ?? ''; @endphp {{ $matchingName }} @elseif($column === 'tantan_boeuf') @php $id = $accessoire->$column; $matchingName = $tantan->where('id', $id)->first()['name'] ?? ''; @endphp {{ $matchingName }} @elseif($column === 'plastique_chaud_750ml') @php $id = $accessoire->$column; $matchingName = $plastique_chaud_750ml->where('id', $id)->first()['name'] ?? ''; @endphp {{ $matchingName }} @elseif($column === 'plastique_froide_500ml') @php $id = $accessoire->$column; $matchingName = $plastique_froide_500ml->where('id', $id)->first()['name'] ?? ''; @endphp {{ $matchingName }} @elseif($column === 'plastique_froide_1000ml') @php $id = $accessoire->$column; $matchingName = $plastique_froide_1000ml->where('id', $id)->first()['name'] ?? ''; @endphp {{ $matchingName }} @elseif($column === 'bol_carton_rond') @php $id = $accessoire->$column; $matchingName = $bol_carton_rond->where('id', $id)->first()['name'] ?? ''; @endphp {{ $matchingName }} @elseif($column === 'aluminium_401') @php $id = $accessoire->$column; $matchingName = $aluminium_401->where('id', $id)->first()['name'] ?? ''; @endphp {{ $matchingName }} @elseif($column === 'aluminium_701') @php $id = $accessoire->$column; $matchingName = $aluminium_701->where('id', $id)->first()['name'] ?? ''; @endphp {{ $matchingName }} @elseif($column === 'aluminium_901') @php $id = $accessoire->$column; $matchingName = $aluminium_901->where('id', $id)->first()['name'] ?? ''; @endphp {{ $matchingName }} @elseif($column === 'pot_de_sauce_30cc') @php $id = $accessoire->$column; $matchingName = $pot_de_sauce_30cc->where('id', $id)->first()['name'] ?? ''; @endphp {{ $matchingName }} @elseif($column === 'sac_transparant') @php $id = $accessoire->$column; $matchingName = $sac_transparant->where('id', $id)->first()['name'] ?? ''; @endphp {{ $matchingName }} @elseif($column === 'article1') @php $id = $accessoire->$column; $matchingName = $pochette_en_papier->where('id', $id)->first()['name'] ?? ''; @endphp {{ $matchingName }} @elseif($column === 'article2') @php $id = $accessoire->$column; $matchingName = $sac_en_papier_L->where('id', $id)->first()['name'] ?? ''; @endphp {{ $matchingName }} @else {{ $accessoire->$column }} @endif | @endforeach