Liste des boutiques.

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session("success"))
{{session('success')}}
@elseif(session("error"))
{{session('error')}}
@endif
@php $i=1; @endphp @foreach($boutiques as $boutique) @endforeach
Action Expirer boutique administrateur Tel Email International installer créer le Abonnement en cours
{{$boutique->nom_boutique}} {!! $boutique->expired ? 'oui' : 'non' !!} {{$boutique->user!=null ? $boutique->user->first_name.' '.$boutique->user->last_name : ''}} {{$boutique->user!=null ? $boutique->user->telephone : ''}} {{$boutique->user!=null ? $boutique->user->email : ''}} {!! $boutique->meta!=null && $boutique->meta->internationalize ? 'oui' : 'non' !!} {!! $boutique->installer ? 'oui' : 'non' !!} {{$boutique->created_at!=null ? $boutique->created_at->format('d-m-Y H:i:s') : 'inconnu'}} @if($boutique->abonnements!=null && count($boutique->abonnements)>0) @foreach($boutique->abonnements as $abonnement) {{$abonnement->etat_abonnement->name}} @break @endforeach @else Aucun @endif
{{ $boutiques->links() }}