@extends('frontend.layouts.master') @section('title') Gallery @endsection @section('main-content') @include('frontend.layouts.notification')

Album

Our Albums

@if(count($albums)>0) @foreach($albums as $album) @endforeach @endif
@endsection