# | {{__("item")}} | {{__("quantity")}} | {{__("unit")}} | {{__("unit-price")}} | {{__("total")}} | {{__("notes")}} | {{__("images")}} | @else{{__("images")}} | {{__("notes")}} | {{__("total")}} | {{__("unit-price")}} | {{__("unit")}} | {{__("quantity")}} | {{__("item")}} | # | @endif
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$serial_number++}} | {{$item->item_name}} | {{$item->entered_quantity}} | {{$item->item_unit}} | {{$item->price}} {{__('sar')}} | {{$item->entered_quantity * $item->price}} | {{$item->notes}} | @if($item->images != null) @foreach($item->images as $image) |
||||||||
@if($item->images != null) @foreach($item->images as $image) |
{{$item->notes}} | {{$item->price}} {{__('sar')}} | {{$item->item_unit}} | {{$item->entered_quantity}} | {{$item->item_name}} | {{$serial_number++}} |
{{__("attachment-files")}}
@foreach($files as $file) {{$file->file_name}} @endforeach