@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) @else @endif @endsection @push('scripts') @endpush