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

Product List

Product List

@foreach ($products as $key => $data) @endforeach
SL Image Title Status Action
{{$key + 1}} Product Image {{$data->title}} @if ($data->status) Active @else Disable @endif
@if ($data->status) @else @endif
@csrf @method('DELETE')
@endsection @push('js') @endpush