@extends('layouts.app')
@section('title', 'Tienda - Herbal Solutions')
@section('body-class', 'portfolio-page')
@section('content')
{{ __('messages.store') }}
@include('partials.store-content', ['products' => $products])
@endsection
@section('styles')
@endsection