@extends('website.layouts.layout') @section('title' , 'projects') @section('content') {{trans('website.titleProjects')}} {{trans('website.home')}} {{trans('website.titleProjects')}} @foreach($albums as $album) {{$album->{'album_'.currentLang()}->title }} Project {{$album->{'album_'.currentLang()}->description }} @endforeach {{$albums->links() }} @endsection