@extends('themes.basic.businesses.layout') @section('title', d_trans(':business_name Gallery', ['business_name' => ucFirst($business->trans->name)])) @section('description', $business->trans->short_description) @section('keywords', $business->trans->tags) @section('og_image', $business->getLogoLink()) @if ($business->hasCategory()) @section('breadcrumbs_schema', Breadcrumbs::view('breadcrumbs::json-ld', 'businesses.show', $business)) @section('breadcrumbs', Breadcrumbs::render('businesses.show', $business)) @endif @section('container', 'container-custom') @section('business_tabs', true) @section('write_button', true) @section('content')

{{ d_trans(':business_name Gallery', ['business_name' => ucFirst($business->trans->name)]) }}

@if ($galleries->count() > 0) @push('styles_libs') @endpush @push('scripts_libs') @endpush @push('scripts') @endpush @else @include('themes.basic.partials.empty-box', ['empty_image' => 'v1', 'height' => '150']) @endif @endsection