@extends('layout') @section('content') yoyes
@foreach($products as $product) {{$product->title}} @endforeach
@stop