@extends('layouts.app') @section('content')

Freelancer

Total earned: {{ number_format($earned) }} TZS

@foreach($orders as $o) @endforeach
RefAmountStatusDate
{{ $o->reference }}{{ number_format($o->amount) }} {{ $o->currency }}{{ $o->status }}{{ $o->created_at }}
@endsection