@extends('admin.layout.master') @section('title','ORDER Summery') @section('custom_style') @endsection @section ('content')
| # | {{__('obs.product')}} | {{__('obs.quantity')}} | {{__('obs.unit')}} | |
|---|---|---|---|---|
| SHOWROOM :{{$showRoom->first()->showroom->name_eng}} Address :{{$showRoom->first()->showroom->address}} | ||||
| {{$categoryProduct->first()->product->catByCatCode?$categoryProduct->first()->product->catByCatCode->name_eng:'N/A'}} | ||||
| {{$i++}} | {{Request()->name_type?$item->first()->product->name_local:$item->first()->product->name_eng}} | {{Request()->name_type?getNumberInBangla(number_format($item->sum(Request()->delivered==1?'quantity':'order_qty'),2)):number_format($item->sum(Request()->delivered==1?'quantity':'order_qty'),2)}} | {{$item->first()->product->primaryUnit?$item->first()->product->primaryUnit->name:'N/A'}} | |
| {{__('obs.no_data_available')}} | ||||