@extends('layouts.admin-layout') @section('title', 'All Product ') @section('content') {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @csrf--}} {{--
--}} {{--
--}} {{--
--}} {{--

Product Section

--}} {{--
--}} {{-- Profile Preview--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}

Product Section

@foreach($get_products as $product) @endforeach
Product Name Product Price Image Reviews Action
{{ $product->product_name }} {{ $product->price }} Reviews
@endsection @section('script') @endsection