@extends('themes.alnakhlawy.app') @section('content')
{!! $gallery->content !!}

@forelse($gallery->media as $image) @empty

{{__('Sorry, No images in this Gallery.')}}

@endforelse
@endsection @section('scripts') @endsection @section('styles') @endsection