{{ csrf_field() }} @if (!$product_items->unit_type)
{{__('lang.bulk_upload')}} {{__('lang.create_inventory')}}
@endif @if ($products != NULL && !$products->isEmpty())
@foreach ($products as $product) @endforeach
{{__('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

{{ $products->appends(['data_type' => 'inventory'])->links() }}
@else
{{__('lang.there_has_no_data')}}
@endif