@extends('layouts.freelancer') @section('title','My Profile — BlueBando v3') @section('content')

My Profile

Basic account and freelancer information.

Account

Name
{{ $user->name }}
Email
{{ $user->email }}
Freelancer Code
{{ $freelancer->code ?? '—' }}
Phone
{{ $freelancer->phone }}
Commission Rate
{{ $freelancer->commission_rate }}%
Status
{{ ucfirst($freelancer->status) }}

Notes

{{ $freelancer->notes ?: 'No notes yet.' }}
@endsection