@lang('educator::builder.steps.biography')

@lang('educator::builder.biography.subtitle')

@error('profileImage') {{ $message }} @enderror

{{ $educator->name }}

{{ $educator->profile->specialization ?? 'Educator' }}

@foreach($socialLinks as $link) @if(!empty($link['url'])) @endif @endforeach

@lang('educator::builder.biography.biography')

{!! nl2br(e($bio['description'] ?? '')) ?: '' . __('educator::builder.biography.no_bio_added') . '' !!}
{{ \Illuminate\Support\Str::length($bio['description'] ?? '') }} / 2000
@error('bio.description') {{ $message }} @enderror

@lang('educator::builder.biography.social_links')

@foreach($socialLinks as $index => $link)
@endforeach @if(count($socialLinks) < 5) @endif