@extends('main.layouts.app') @section('content')
ID | Product Title | Images | Product URL | Category ID | Price | Offers | Actions |
{{ $items->id }} | {{ $items->product_title }} | {{ $items->product_url }} | {{ $items->category }} | {{ $items->price }} | is_offer ? 'checked' : '' }}> | Edit Delete Add Variant {{-- Add Variant --}} |