@extends('front.app') @section('content')
{{ trans('module.agrement_title') }}
@foreach($interests as $interest)
{{$interest->translations[0]->title}}
{{$interest->translations[0]->description}}
@endforeach
@endsection