{{ $i }} |
{{ $led['Estimate_Detail_Part_Number'] }} |
@php
$limit = 50;
$textLenght = Str::length($led['Estimate_Detail_Ext_Description']);
$textDescription = Str::substr($led['Estimate_Detail_Ext_Description'], 0, $limit);
@endphp
@if ($textLenght > $limit)
{{ $textDescription . '...' }} |
@else
{{ $led['Estimate_Detail_Ext_Description'] }} |
@endif
{{ $led['Estimate_Detail_Department'] }} |
{{ $led['Estimate_Detail_Order_Quantity'] }} |
{{ $led['Estimate_Detail_Unit_Price'] }} |
{{ $led['Estimate_Detail_Purchase_UofM'] }} |
{{ number_format($led['Estimate_Detail_Total_Price'],2) }} |
|
@empty
No data |
@endforelse
@if(count($listEstimatesDetail) > 0)