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