Liste des boutiques.
@if ($errors->any())
@endif
@if(session("success"))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{session('success')}}
@elseif(session("error"))
{{session('error')}}
@endif
Action | Expirer | boutique | administrateur | Tel | 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() }}