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

Campaing List

Campaing List

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