LISTADO DE TIENDAS {{ $stores->total() }}
| # |
NOMBRE |
CATEGORIA |
CREACIÓN |
|
@foreach($stores as $store)
@if(isset($store->logo))
logo}") }}" alt="" style="width:40px;height:40px;border-radius:10px;">
@endif
|
{{ $store->name }} |
{{ $store->category_name }} |
{{ $store->created_at }} |
|
@endforeach
@if(count($stores)==0)
@endif
@include('admin.common.pagination.default', ['paginator' => $stores])