Mes Boutiques

@if($boutiqueExist>0 && count($portefeuilles) > 0)
@foreach($portefeuilles as $portefeuille)
Portefeuille {{$portefeuille->devise}} {{$portefeuille->montant}} {{$portefeuille->devise}}
@endforeach
@endif
Toutes les boutiques Créer une nouvelle boutique @if($boutiqueExist>0) @if(\Illuminate\Support\Facades\Session::get('user')['doc_validated']) Retrait @endif @endif
@if(count($boutiqueNonInstaller)>0)
@foreach($boutiqueNonInstaller as $boutique) @php $banner=""; foreach($boutique->publicites as $banner){ $banner=$banner->image; } @endphp
{{strtoupper(str_replace('_', ' ', \Illuminate\Support\Str::limit($boutique->nom_boutique,18)))}}
@foreach($metiers as $metier) @if($metier->slug==$boutique->metier_slug) {{\Illuminate\Support\Str::limit($metier->intitule_metier,32)}} @endif @endforeach
@endforeach
@else
Aucune boutique non installée !
@endif @if(count($boutiqueExpirer)>0)
@foreach($boutiqueExpirer as $boutique) @php $banner=""; foreach($boutique->publicites as $banner){ $banner=$banner->image; } @endphp
{{strtoupper(str_replace('_', ' ', \Illuminate\Support\Str::limit($boutique->nom_boutique,18)))}}
@foreach($metiers as $metier) @if($metier->slug==$boutique->metier_slug) {{\Illuminate\Support\Str::limit($metier->intitule_metier,32)}} @endif @endforeach
@if($boutique->user_slug==\Illuminate\Support\Facades\Auth::user()->slug)
Solde: {{$boutique->commande->sum('total_price')}} {{$boutique->meta->currency_admin}}
@endif
@endforeach
@else
Aucune boutique expirée !
@endif
@if(count($boutiqueActifs)>0)
@foreach($boutiqueActifs as $boutique) @php $banner=""; foreach($boutique->publicites as $banner){ $banner=$banner->image; } @endphp
{{strtoupper(str_replace('_', ' ', \Illuminate\Support\Str::limit($boutique->nom_boutique,18)))}}
@foreach($metiers as $metier) @if($metier->slug==$boutique->metier_slug) {{\Illuminate\Support\Str::limit($metier->intitule_metier,32)}} @endif @endforeach
@if(isset($boutique->message) && $boutique->message_count > 0)
{{$boutique->message_count}}
@endif @if(isset($boutique->commande) && $boutique->commande_count > 0)
{{$boutique->commande_count}}
@endif
@if($boutique->user_slug==\Illuminate\Support\Facades\Auth::user()->slug)
Solde: {{$boutique->commande->sum('total_price')}} {{$boutique->meta->currency_admin}}
@endif

@php if($boutique->desactivationDate!=null) $date=$boutique->desactivationDate; @endphp @if($boutique->installer && !$boutique->expired) @endif

@endforeach
@else
Aucune boutique active !
@endif