Dashboard

Product-Collection

Product-Collection List
Total Product-Collection: {{ $collections->count() }}
@forelse($collections as $index => $collection) @empty @endforelse
# Image Name Brand Price Colors Action
{{ $index + 1 }} {{ $collection->name }} {{ $collection->brand->name }} ₹ {{ $collection->price }} @foreach($collection->colors as $color) {{ $color->name }} @endforeach
@csrf @method('DELETE')
No collections found