@extends('layouts.user') @section('title', ($user->name ?? 'User') . ' – Profile') @php $isOwnProfile = auth()->check() && auth()->id() == $user->id; $location = trim(($profile->city ?? '') . ', ' . ($profile->country ?? ''), ', '); $experience = $profile->experience_years ?? $profile->years_experience ?? null; @endphp @push('styles') @endpush @section('content')
{{ $profile?->headline ?: $profile?->primary_specialty }}
@endif @if($location){{ $location }}
@endifNo posts yet.
View activity @endif