@extends('layouts.admin') @section('content')

Waste List | List all wastes

@foreach ($WasteList as $Waste) @endforeach
Shop Product Qty Unit Total Wasted By Notes Date Action
@if($Waste->ShopName) {{ $Waste->ShopName }} @else Main Stock @endif {{ $Waste->ProductName }} {{ $Waste->Qty }} {{ $Waste->UnitCost }} {{ $Waste->TotalPrice }} {{ $Waste->WastedBy }} {{ $Waste->Note }} {{ date('d/m/Y h:i A', strtotime($Waste->created_at)) }}
@endsection