@extends('frontend.layouts._layout')
@section('content')
@include('frontend.partials.info-container')
@include('frontend.partials.info-box-container')
{{$latestPhotoes[0]->getPhotoAlbum->title??''}}
@foreach($latestPhotoes as $key=>$latestPhoto)