@extends('website.layouts.layout') @section('title' , 'Gallery') @section('content') {{$album->{'album_'.currentLang()}->title }} {{trans('website.home')}} {{$album->{'album_'.currentLang()}->title }} @php $active = true; @endphp @foreach($album->images as $image) @php $active = false; @endphp @endforeach @php $active = true; @endphp @foreach($album->images as $image) @php $active = false; @endphp @endforeach @endsection