<?php
use App\Testimonials\TestimonialTypes;
return [
'entity' => 'referentie',
'section' => [
'new' => 'Nieuwe referentie',
'title' => 'Referenties',
'subtitle' => 'Overzicht referenties',
],
'types' => [
TestimonialTypes::GENERAL => 'Algemeen',
TestimonialTypes::EDUCATION => 'Educatie',
TestimonialTypes::COACHING => 'Coaching',
],
];