@extends('layouts.user-layout') @section('title', 'All Product ') @section('content')

Product Form

Product Section

@foreach($get_product as $product) @endforeach
Name Price Image Edit Delete
{{$product->product_name}} {{$product->price}} Edit
@endsection @section('script') @endsection