@if($this->companyTrainingFluent->description)

{{ $this->companyTrainingFluent->description }}


@endif @if(! $this->is_completed) @else

{{ __('Training completed at :date', ['date' => $completedAt]) }}

@endif