@extends('layouts.frontend') @section('content')

Product List

@foreach ($products as $product)

{{ $product->name }}

${{ $product->price }}
@csrf
@endforeach
@endsection