@extends('web.layout.app') @section('content')

{{translate('Products')}}

@foreach($products as $product) @endforeach
@endsection