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