@extends('layouts.admin/e-commerce.app') @section('title', 'Collection List') @push('css') @endpush @section('content')

Collection List

Collection List

@foreach ($collections as $key => $data) @endforeach
SL Cover Photo Name Categories Status Action
{{$key + 1}} @if ($data->cover_photo == 'default.png') Cover Photo @else Cover Photo @endif {{$data->name}} {{$data->categories->count()}} @if ($data->status) Active @else Disable @endif @if ($data->status) @else @endif
@csrf @method('DELETE')
@endsection @push('js') @endpush