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

Archives: Shop

@foreach($products as $p) @include('partials.product',['p'=>$p]) @endforeach
@endsection