@extends('layouts.app') @section('styles') @endsection @section('title', __('global.meta_title')) @section('description', __('global.meta_description')) @section('keywords', __('global.meta_keywords')) @section('content') {{-- --}}
Check Out All Our Venues

All Venues

@include('pages.products.product-items', ['products' => $products])
@endsection @section('scripts') @endsection