@extends('layouts.masterHome2') @section('content')
| ساعة الخروج | ساعة الوصول | المخلف | الكمية | وحدة الوزن | سعر | اجمالي السعر | طريقة التعبئة | الحالة الفزيائية | طرق التخلص المعتمد | رقم السيارة | اسم السائق | اسم المشرف |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$waste->created_at}} | {{ $waste->approve == "approved" ? $waste->updated_at : 'waiting...'}} | {{$waste->waste->name}} | {{$waste->quantity}} | {{$waste->waste->unit}} | {{$waste->price ? $waste->price : ''}} | {{$waste->price ? $waste->price * $waste->quantity: ''}} | {{$waste->packingmethod->name}} | {{$waste->physicalcondition->name}} | {{$waste->waste->res_method->name}} | {{$waste->vehicle->vehicle_num}} | {{$waste->driver->name}} | {{$waste->user->name}} |