{{__("gallery.our_memories")}}
{{__("gallery.adventure")}}
0) {
$fp = opendir($path);
while ($file = readdir($fp)) {
$ext = pathinfo($file, PATHINFO_EXTENSION);
$ext_array = ['png', 'jpg', 'jpeg', 'PNG', 'JPG', 'JPEG'];
if (in_array($ext, $ext_array)) {
$file_path = $path . $file;
?>