@extends('layouts.admin_layout') @section('title', 'Manage Products') @section('content')

Manage Products

Add Product
@foreach($products as $product_row) @endforeach
Home Page Featured Product Action
product_featured_homepage)) checked @endif> {{$product_row->product_name}} Edit Variants
@endsection