@extends('website.layouts.app') @section('title','Products') @section('content')
@foreach($products as $product) @endforeach
@endsection @section('js') @endsection