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