@extends('front.layout') @section('header') {{ trans('translate.gallery_title') }} @endsection @section('content')
@php $desktopSrc = '6.jpg'; $mobileSrc = '4.png'; @endphp {{ trans('translate.gallery_title') }}

{{ trans('translate.gallery_title') }}

@endsection @section('footer') @endsection