{{__('lang.product_id_unit_number')}} | {{__('lang.project_name')}} | {{__('lang.size')}} | {{__('lang.type')}} | {{__('lang.location')}} | {{__('lang.registration_no')}} |
---|---|---|---|---|---|
{{ $product->product_unique_id }} | {{ $item->name }} | {{ $product->flat_size }} {{ $product->size_in }} | {{ $product->name ?? '-' }} | {{ $product->product_location ?? '-' }} | @if ($product->sell->registration_no != '' || $product->status == 'SOLD') {{ $product->sell->registration_no }} @else {{__('lang.book_now')}} @endif |
{{__('lang.there_has_no_data')}} |
---|