@extends('admin.layouts.app') @section('content')
Dispatcher: {{$entity->dispatch->name}}
Phone: {{$entity->dispatch->phone}}
Total Kg: {{$entity->totalCartKg()}}kg
Product | Amount/Unit | Kg | Quantity | Discounted | Total |
---|---|---|---|---|---|
{{$item->cartable->name}} | NGN {{number_format($item->price) ?? ''}} | {{$item->cartable->kg}} | {{$item->quantity}} | {{$item->is_discounted ? 'Yes' : 'No'}} | NGN {{number_format($item->quantity * $item->price)}} |