@extends('frontend.layouts.app') @section('content')

{{translate('Image Gallery')}}

@foreach($galleries as $value) @endforeach
@endsection