@extends('layouts.user') @section('title', 'Following') @section('content')
{{ $user?->nurseProfile?->specialty ?? 'Healthcare Professional' }}
@if($user?->nurseProfile?->city || $user?->nurseProfile?->country){{ $user?->nurseProfile?->city ? $user->nurseProfile->city . ', ' : '' }}{{ $user?->nurseProfile?->country }}
@endif