@extends('layouts.public') @section('content')

{{$galeria->titulo}}

@foreach($fotos as $foto)
@endforeach
@endsection