@extends('frontend.layouts.master') @section('title') Gallery @endsection @section('main-content') Gallery Home Gallery @if($galleries) @foreach($galleries as $gallery) @php $photo=explode(',',$gallery->photo); @endphp {{$gallery->title}} @endforeach @endif @endsection