Waste # {{$waste->id}}

{{date("d-m-Y",strtotime($waste->date))}}

@if(isset($waste_details)) @foreach($waste_details as $row) @endforeach @endif
# Ingredients Quantity Last Purchase/Loss price
{{$row->id}} {{$row->ingredient_name}} {{$row->quantity}} {{$row->loss_amount}}
Total Loss {{$waste->total_loss}}