Buyers Portal
User Profile
Logout
My Profile
Dashboard
Digital Catalogue
Notifications
Menu
Dash Board
Digital Catalogue
Notifications
Settings
Categories
@foreach($subcategory as $subcategorydata)
{{ ucfirst($subcategorydata->sub_category_name) }}
@endforeach
Download Catalogue
@forelse ($product as $productdata)
@if ($productdata->rfid)
{{ $productdata->rfid }}
@endif
Read more
{{ $productdata->product_name }}
@empty
No products available
@endforelse
@php $user = Auth::user(); @endphp