@extends('website.layouts.layout') @section('title' , 'projects') @section('content')

{{trans('website.titleProjects')}}

{{$albums->links() }}
@endsection