@extends('layouts.admin/e-commerce.app') @section('title', 'Collection List') @push('css') @endpush @section('content') Collection List Home Collection List Collection List Add Collection SL Cover Photo Name Categories Status Action @foreach ($collections as $key => $data) {{$key + 1}} @if ($data->cover_photo == 'default.png') @else @endif {{$data->name}} {{$data->categories->count()}} @if ($data->status) Active @else Disable @endif @if ($data->status) @else @endif @csrf @method('DELETE') @endforeach @endsection @push('js') @endpush