@extends('layouts.frontend-app') @section('content')
  1. {{ __('sidebar.home') }}
  2. /
  3. {{ __('sidebar.find_tutor') }}
  4. /
  5. {{ $tutor?->profile?->full_name }}
@if (!empty($tutor?->profile?->image) && Storage::disk(getStorageDisk())->exists($tutor?->profile?->image)) {{$tutor?->profile?->full_name}} @else {{ $tutor->profile?->full_name }} @endif $tutor?->is_online])>

{{ $tutor?->profile?->full_name }} @if($tutor?->profile?->verified_at) @endif @if ($tutor?->address?->country?->short_code) @endif

@if(!empty($tutor?->profile?->tagline)) {{ $tutor?->profile?->tagline }} @endif
@if(!empty($tutor?->profile?->intro_video))
{!! formatAmountV2($tutor?->min_price) !!}{{__('tutor.per_session') }} {{ __('tutor.starting_from') }}
@endif
  • {{ number_format($tutor?->avg_rating, 1) }}/5.0 ({{ $tutor?->total_reviews == 1 ? __('general.review_count') : __('general.reviews_count', ['count' => $tutor?->total_reviews] ) }})
  • {{$tutor?->active_students}} {{ $tutor?->active_students == '1' ? __('tutor?.active_student') : __('tutor.active_students') }}
  • {{$totalSlots}} {{ $totalSlots == 1 ? __('tutor.session') : __('tutor.sessions') }}
  • {{ __('tutor.time', ['time' => rand(2, 5)]) }} {{ __('tutor.response_time') }}
  • @if(hasSocialProfiles($tutor?->socialProfiles))
  • {{ __('tutor.social_profiles') }}
  • @endif
@if(hasSocialProfiles($tutor?->socialProfiles))
    @foreach (setting('_social.platforms') as $platform) @if(hasSocialProfile($tutor?->socialProfiles, $platform))
  • {{ $platform }}
  • @endif @endforeach
@endif
    @if($tutor?->subjects->isNotEmpty())
  • {{ __('tutor.i_can_teach') }}
  • @endif
  • {{ __('tutor.i_can_speak') }}
  • @if(\Nwidart\Modules\Facades\Module::has('starup') && \Nwidart\Modules\Facades\Module::isEnabled('starup'))
    Achivemenets
    @if($tutor?->badges?->count() > 0)
    @foreach ($tutor?->badges as $badge)
    {{ $badge?->name }}
    @if (!empty($badge?->image) && Storage::disk(getStorageDisk())->exists($badge?->image)) {{$badge?->name}} @else {{ $tutor->profile?->full_name }} @endif
    @endforeach
    @endif @endif
@if(!empty($tutor?->profile?->intro_video))
@endif
@if(!empty($tutor?->profile?->intro_video))
@else
{!! formatAmountV2($tutor?->min_price) !!}{{__('tutor.per_session') }} {{ __('tutor.starting_from') }}
@endif

{{ __('tutor.about_me') }}

@php $fullDescription = $tutor?->profile?->description; $shortDescription = Str::limit(strip_tags($fullDescription), 460, preserveWords: true); @endphp @if (Str::length(strip_tags($fullDescription)) > 460)

{!! $shortDescription !!} {{ __('general.show_more') }}

{!! $fullDescription !!} {{ __('general.show_less') }}
@else
{!! $fullDescription !!}
@endif
@if (!empty(setting('_lernen.enable_booking_tips')) && ( !empty(setting('_lernen.tips_for_booking_image')) || !empty(setting('_lernen.tips_for_booking_heading')) || !empty(setting('_lernen.tips_for_booking_bullets')) || !empty(setting('_lernen.tips_for_booking_sub_heading')) || !empty(setting('_lernen.tips_for_booking_sub_heading')) ))
@if (!empty(setting('_lernen.tips_for_booking_image')[0]['path']))
img description
@endif
@if (!empty(setting('_lernen.tips_for_booking_heading')))

{{ setting('_lernen.tips_for_booking_heading') }}

@endif @if (!empty(setting('_lernen.tips_for_booking_bullets')))
    @foreach (setting('_lernen.tips_for_booking_bullets') as $bullet)
  1. {!! $bullet['tips_for_booking_bullet'] !!}
  2. @endforeach
@endif
@if (!empty(setting('_lernen.tips_for_booking_sub_heading')))

{{ setting('_lernen.tips_for_booking_sub_heading') }}

@endif @if (!empty(setting('_lernen.tips_for_booking_sub_bullets')))
    @foreach (setting('_lernen.tips_for_booking_sub_bullets') as $sub_bullet)
  1. {!! addBaseUrl($sub_bullet['tips_for_booking_sub_bullet']) !!}
  2. @endforeach
@endif
@endif
@if(\Nwidart\Modules\Facades\Module::has('courses') && \Nwidart\Modules\Facades\Module::isEnabled('courses')) @endif
@endsection @push('styles') @vite([ 'public/css/flatpicker.css', 'public/css/videojs.css', 'public/css/flags.css' ]) @if(\Nwidart\Modules\Facades\Module::has('courses') && \Nwidart\Modules\Facades\Module::isEnabled('courses')) @endif @endpush @push('scripts') @endpush