@extends('layouts.admin') @section('title', 'Collections') @section('page-title', 'Collections') @push('styles') @endpush @section('content')

All Collections

Add Collection
@if(session('success')) @endif @foreach($collections as $collection) @endforeach
ID Title Slug Image Products Status Actions
{{ $collection->id }} {{ $collection->title }} {{ $collection->slug }} @if($collection->image) {{ $collection->title }} @else - @endif {{ $collection->products_count }} products
@csrf @method('DELETE')
@endsection @push('scripts') @endpush