@extends('public.layout.app') @section('title','Products | PACHA PAINTS') @section('body')
Products

Browse Paint Collection

Search, filter and order online
Online Order
{{-- Filters --}}
Reset
{{-- Product grid --}}
@forelse($products as $p)
{{ $p['title'] }}
{{ $p['code'] }} • {{ $p['coverage'] }}
{{ $p['badge'] }}
Finish: {{ $p['finish'] }}
Dry: {{ $p['dry_time'] }}
Sizes: {{ $p['sizes'] }}
@empty
No products found
Try changing filters.
@endforelse
@endsection