@extends('web.layouts.container') @section('content') @if(count($galleries)) @foreach($galleries as $gallery) {{$gallery->title}} @endforeach {{__('main.show_more')}} @endif @endsection @section('inner_js') @endsection