@extends('layouts.app') @section('content')

Products

Add Product @foreach($products as $product) @endforeach
Subcategory Name Base Price Sale Price Description Image URL Actions
{{ $product->subcategory->name }} {{ $product->name }} {{ $product->base_price }} {{ $product->sale_price }} {{ $product->description }} {{ $product->name }} Edit
@csrf @method('DELETE')
@endsection