@php $displayEndFlash = false; @endphp @foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) @once @php $displayEndFlash = true; @endphp
@endonce
{{ Session::get('alert-' . $msg) }}
@endif @endforeach @if($displayEndFlash)
@endif
Achetez et vendez votre paire en toute sécurité
Service français, article 100% authentique
{{--
FIRSTCOP
--}}
Menu
{{ Form::text('search',null, ['class' => 'w-full' . ($errors->has('search') ? ' is-invalid' : ''), 'required'=> true, 'placeholder' => __('firstcop.search.placeholder-top')]) }}
{{--
--}}
{{(((!auth()->user()) || (auth()->user() && !auth()->user()->isSeller())))?'Devenir vendeur':'Espace vendeur'}}
{{--
Sur mesure
--}}
Sneakers
{{--
@foreach(\App\Models\Category::where('url', 'sneakers')->first()->children as $category) @if($category->children->count() > 0)
{{$category->name}}
@foreach($category->children as $subCategory)
{{$subCategory->name}}
@endforeach
@endif @endforeach
@foreach(\App\Models\Category::where('url', 'sneakers')->first()->children as $category) @if($category->children->count() == 0)
{{$category->name}}
@endif @endforeach
--}}
{{--
Collection
{{--
@foreach(\App\Models\Category::where('url', 'sneakers')->first()->children as $category) @if($category->children->count() > 0)
{{$category->name}}
@foreach($category->children as $subCategory)
{{$subCategory->name}}
@endforeach
@endif @endforeach
@foreach(\App\Models\Category::where('url', 'sneakers')->first()->children as $category) @if($category->children->count() == 0)
{{$category->name}}
@endif @endforeach
--}} {{--
--}} {{--
A Venir
--}} @if(false && auth()->user())
{{auth()->user()->setting('fidelity_point')}}
@endif
Compte
Panier
@section('content') @show @if ( config( 'setting.promo_picture' ) )
(Esc)
-
@endif {{-- --}} @section('extra-js') @show