@extends('layout') @section('content')

Tiendas

Información y estadísticas.
@foreach($tiendas as $t) @endforeach
TIENDAS CIUDAD GRUPOS
id") }}" data-nombre="{{ $t->nombre }}"> {{ $t->nombre }} {{ $t->comuna->nombre }} @if(count($t->grupos) > 0) @php $aux = ''; @endphp @foreach($t->grupos as $g) {{ $aux.$g->nombre }} @php $aux = ', ' @endphp @endforeach @endif
@endsection @push('scripts') @endpush