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

Manage Products

@if ($message = Session::get('success'))

{{ $message }}

@endif
@foreach ($products as $product) @endforeach
Image Name Category Sub Category Price (Actual) Add deals Add Date Action
is_trending ? 'checked' : '' }}> {{ $product->product_name }} {{ $product->category_name }} {{ $product->child_category_name }} ${{ $product->regular_price }} deals ? 'checked' : '' }}> {{ $product->created_at }}
@csrf @method('DELETE')
@endsection