@extends('pages.stock.ingredient.layout') @section('body')
@forelse($ingredients as $ingredient) @empty @endforelse
Ingredient Quantité entrant Quantité sortant Quantité restant
Aucune information à afficher

Detail sur la sorti des ingredients

@forelse($clearences as $clearence) @empty @endforelse
Ingredient Quantité sortant Date de sorti Motif de sorti
{{ $clearence->quantity }} ({{$clearence->ingredient->unit_measurement->id}})
Aucune information à afficher
@endsection