@extends('welcome') @section('title', __('menu.gallery')) @push('meta_tags') @endpush @push('css') @endpush @section('title', __('menu.gallery')) @section('content') {{ __('menu.gallery') }} @foreach ($galleries as $gallery) @endforeach @endsection @push('js') @endpush