@extends('layouts.dashboard') @section('title', 'Freelancer Profile') @section('content')
{{ $profile->title ?? 'Freelancer' }}
Availability
@if(($profile->availability ?? 'available') == 'available') Available for work @else Not available @endif{{ $item->description }}
@if($item->url && str_starts_with($item->url, 'http')) View @endifNo portfolio items added yet.