@extends('frontend.layouts.master') @section('meta_title', 'Counselors Details' . ' || ' . $setting->app_name) @section('contents') {{ $model->title }} {{ $model?->user?->job_title }} {{ $model->phone }} @if($model->whatapp) WhatsApp @endif {{ $model->email }} @if ($model?->user?->country?->name) {{ $model?->user?->country?->name }} @endif {{ $model?->user?->short_bio }} @if ($model?->user?->facebook) @endif @if ($model?->user?->twitter) @endif @if ($model?->user?->linkedin) @endif @if ($model?->user?->github) @endif @if ($model?->user?->website) @endif {!! clean(nl2br($model->description)) !!} @if(count($experience)) {{ __('Experience') }} @foreach ($experience as $exp) {{ formatDate($exp['start_date']) }} - {{ formatDate($exp['end_date']) }} {{ $exp['company'] }} {{ $exp['position'] }} @endforeach @endif @if(count($faqs)) {{ __('Faqs') }} @foreach ($faqs as $faq) {{ $faq['question'] }} {{ $faq['answer'] }} @endforeach @endif @if(count($universitiesModels)) {{ __('Top Universities') }} @foreach ($universitiesModels as $universities) {{ $universities->name }} @endforeach @endif @if($model->universitie_details) {{ __('Top Universities') }} {!! clean(nl2br($model->universitie_details)) !!} @endif {{ __('Quick Contact') }} {{ __('Feel free to contact me through mail') }}! @csrf @if (Cache::get('setting')->recaptcha_status === 'active') @endif {{ __('Send Message') }} @if($model->whatapp) Get A Call Back @endif @if($model->whatapp) Chat with Our Expert @endif @endsection @push('scripts') @endpush
{{ $model?->user?->short_bio }}
{!! clean(nl2br($model->description)) !!}
{!! clean(nl2br($model->universitie_details)) !!}
{{ __('Feel free to contact me through mail') }}!