@extends('layouts.master') @section('styles') @endsection @section('content')
| Booking Date | Execution Date | Distributor ID | Distributor Name | Order ID | Item SKU | Item Name | Booked QTY | Executed QTY | T.P | Net Value |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$item->booking_date}} | {{$item->execution_date}} | {{$item->distributor_id}} | {{$item->distributor_name}} | {{$item->order_id}} | {{$item->item_sku}} | {{$item->item_name}} | {{$item->booked_qty}} | {{$item->executed_qty}} | {{$item->tp}} | {{$item->net_value}} |