@extends('layouts.app-products') @section('content') @while(have_posts()) @php the_post() @endphp @include('partials.content-products') @endwhile @endsection