@extends('shop::layouts.master')
@include('shop::guest.compare.compare-products')
@section('page_title')
{{ __('velocity::app.pages.gallery.title') }}
@endsection
@push('css')
@endpush
@section('content-wrapper')
{{ __('velocity::app.pages.gallery.title') }}
@if (count($gallery) < 1)
{{ __('velocity::app.pages.gallery.empty') }}
@else
@foreach ($gallery as $image)
@if (!empty($image['slider_path']))
🔗
@endif
@endforeach
@endif
@endsection
@push('scripts')
@endpush