@extends('themes.alnakhlawy.app') @section('content') {{$gallery->title}} {{__('Home')}} {{__('Galleries')}} {{$gallery->title}} {!! $gallery->content !!} @forelse($gallery->media as $image) @empty {{__('Sorry, No images in this Gallery.')}} @endforelse @endsection @section('scripts') @endsection @section('styles') @endsection
{{__('Sorry, No images in this Gallery.')}}