@extends('layouts.app') @section('title', $member->full_name . ' - ' . __('team.member_detail_title')) @section('meta_description', __('team.member_detail_description', ['name' => $member->full_name, 'position' => $member->position])) @section('content')
@endif
{{ $training->accroche_first ?? Str::limit(strip_tags($training->content), 100) }}