Boutiques

@if($boutiqueExist>0) @foreach($portefeuilles as $portefeuille) Portefeuilles {{$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)))}}
{{-- Domain d'activité :--}} @foreach($metiers as $metier) @if($metier->slug==$boutique->metier_slug) {{\Illuminate\Support\Str::limit($metier->intitule_metier,32)}} @endif @endforeach
{{-- Domain d'activité :--}} @foreach($metiers as $metier) @if($metier->slug==$boutique->metier_slug) {{\Illuminate\Support\Str::limit($metier->intitule_metier,32)}} @endif @endforeach
@endforeach
@else

Aucune boutique trouvé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)))}}
@if($boutique->user_slug==\Illuminate\Support\Facades\Auth::user()->slug)
Solde : {{$boutique->commande->sum('total_price')}} {{$boutique->meta->currency_admin}}
@endif
{{-- Domain d'activité :--}} @foreach($metiers as $metier) @if($metier->slug==$boutique->metier_slug) {{\Illuminate\Support\Str::limit($metier->intitule_metier,32)}} @endif @endforeach
@endforeach
@else

Aucune boutique trouvé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)))}}
@if($boutique->user_slug==\Illuminate\Support\Facades\Auth::user()->slug)
Solde : {{$boutique->commande->sum('total_price')}} {{$boutique->meta->currency_admin}}
@endif
{{-- Domain d'activité :--}} @foreach($metiers as $metier) @if($metier->slug==$boutique->metier_slug) {{\Illuminate\Support\Str::limit($metier->intitule_metier,32)}} @endif @endforeach
{{-- {{$boutique->nom_boutique}} --}}
@if(isset($boutique->commande) && $boutique->commande_count > 0) @endif @if(isset($boutique->message) && $boutique->message_count > 0) @endif

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

@endforeach
@else

Aucune boutique trouvée !
@endif