@extends('frontend.layouts._layout') @section('content') @include('frontend.partials.info-container') @include('frontend.partials.info-box-container')

{{$latestPhotoes[0]->getPhotoAlbum->title??''}}

{!! $latestPhotoes->appends(request()->query())->links('pagination::bootstrap-4') !!}
@endsection @section('scripts') @parent @endsection