@extends('layouts.app') @section('title', $user->name . ' - Freelancer Profile | Infra24') @section('content')
{{ $profile->title ?? 'Freelancer' }}
{{ $profile->bio ?? 'This freelancer has not written a bio yet.' }}
{{ $item->description }}
@if($item->url && str_starts_with($item->url, 'http')) View Project @endif{{ $profile->experience ?? 'No experience details provided.' }}
{{ $profile->education ?? 'No education details provided.' }}