@extends('front.layouts.app', ['title' => 'PhotoGallery']) @section('content') @include('front.layouts.app-header') @if(isset($photogallery) && count($photogallery) > 0)
@else
@endif
@if(isset($photogallery) && count($photogallery) > 0) @foreach($photogallery as $image) @endforeach @else

We will be sharing Images soon.

@endif
@include('front.layouts.app-footer') @endsection