@extends('layouts.app') @section('css') @endsection @section('content')
| {{ __('SL No') }} | {{ isset($receivedData->purchaseOrder->invoice_type) && $receivedData->purchaseOrder->invoice_type == 'hours' ? __('Service') : __('Item') }} | {{ isset($receivedData->purchaseOrder->invoice_type) && $receivedData->purchaseOrder->invoice_type == 'hours' ? __('Hours') : __('Quantity') }} |
|---|---|---|
| {{ ++$key }} | {{ $result->item_name }} | {{ formatCurrencyAmount($result->quantity) }} |