@extends('layouts.site') @section('content')
{{ ucfirst($user->account_type) }} account · {{ $plan ? $plan->name.' plan' : 'No plan' }} · {{ $user->email }}{{ $user->phone ? ' · '.$user->phone.($user->phone_verified_at ? ' ✓' : ' (unverified)') : '' }}
@if($user->phone && !$user->phone_verified_at)Your {{ $verification->registering_body }} verification was submitted {{ $verification->submitted_at?->diffForHumans() }} and is under review.
@elseif($profile->verification_status==='verified')✓ Verified. Your profile carries the Verified badge.
@else @endifNo open briefs right now.
@endforelse @if($quotes->count())| {{ \App\Models\JobBrief::hybridFind($q->job_brief_id)?->title }} | USD {{ number_format((float)$q->amount,2) }} | {{ ucfirst($q->status) }} |
You haven't posted a brief yet.
@endforelse| Reference | Detail | Amount | Status | Date |
|---|---|---|---|---|
| {{ $t->reference }} | {{ ucfirst($t->type) }} · {{ $t->description }} | {{ $t->currency }} {{ number_format((float)$t->amount,2) }} | {{ ucfirst($t->status) }} | {{ $t->created_at?->format('d M Y') }} |
No payments yet. Subscriptions, verification fees and orders are paid via M-PESA or card through the mobile app / API.
@endif