@extends('layouts.admin_layout') @section('title', 'Manage Products') @section('content') Manage Products Home Manage Products Add Product Save Sorting Save Featured Home Page Featured Product Action @foreach($products as $product_row) product_featured_homepage)) checked @endif> {{$product_row->product_name}} Edit Variants @endforeach @endsection