@extends('frontend') @section('content')

{{ $category->name }}

@if ( $stores ) @foreach ( $stores as $store ) @php $images = $store->images; @endphp @endforeach @endif {{-- @include('frontend.includes.empty-logs') --}}
@if ($stores->lastPage() > 1 )
@endif
@endsection @section('modals') @include('frontend.modals.share-link') @endsection @section('javascript') @endsection