@extends('layouts.vendor.app') @section('title', 'Active Product List') @push('css') @endpush @section('content')

Active Product List

Active Product List

@foreach ($products as $key => $data) @endforeach
SL Image Title RP DP Stock Brand Status Action
{{$key + 1}} Product Image {{$data->title}} {{$data->regular_price}} {{$data->discount_price}} @if ($data->quantity > 0) Available @else Unavailable @endif {{$data->brand->name ?? ''}} @if ($data->status) Active @else Disable @endif
@if ($data->status) @else @endif
@csrf @method('DELETE')
SL Image Title RP DP Stock Brand Status Action
@endsection @push('js') @endpush