Name
{{ $sb->name }}
Supplier
{{ \App\Models\Supplier::where("id", $sb->supplier_id)->first()->name }}
Product Count
{{ $sb->products->count() }}
Is Active
{{ $sb->is_active ? "Yes" : "No" }}
Date Added
{{ $sb->created_at->format("d-m-Y") }}