@extends('layout') @section('page_title', __('firstcop.home.title')) @section('page_slug', 'home') @section('content')
{{--

Découvrez une nouvelle manière d'acheter et de vendre des produits certifiés neufs et authentiques avec une approche simplifiée tout en obtenant des avantages

--}} {{--
{{ Form::text('search',null, ['class' => 'fc-input' . ($errors->has('search') ? ' is-invalid' : ''), 'required'=> true, 'placeholder' => __('firstcop.search.placeholder')]) }}
--}} {{-- --}} {{--
--}}
@foreach($homeCategory->childrenWithProducts as $subCategory) @if($subCategory->file) {{$subCategory->name}} @else {{$subCategory->name}} @endif @endforeach

DERNIÈRES SORTIES

@include('shop.product-list', ['products' => $lastDropProducts, 'listAlign' => 'text-center'])

TENDANCES

@include('shop.product-list', ['products' => $bestSalesProduct, 'listAlign' => 'text-center'])

Achetez et vendez vos sneakers rares, neuves et authentiques aux meilleurs prix

SNEAKERS
@endsection {{-- @section('extra-js') @if(empty(request()->get('no-mag'))) --}}