@extends($activeTemplate . "layouts.master") @section("content")
@if (!$user->work_profile_complete && $user->step < 4)

@lang("Your profile is not completed yet. Please update your information to enhance your experience.") @lang("As soon as possible publish your profile!") @lang("Completed your freelance profile")

@endif
@php $kyc = getContent("kyc.content", true); @endphp @if ($user->kv == Status::KYC_UNVERIFIED && $user->kyc_rejection_reason)
@elseif($user->kv == Status::KYC_UNVERIFIED)
@elseif($user->kv == Status::KYC_PENDING)
@endif
{{ $profileCompletion }}%
@lang("Income Report")
@lang("Last Delivery")
@forelse ($projects as $project)
id) }}"> {{ strLimit($project->job->title, 35) }} {{ showAmount($project->bid->bid_amount) }}
@lang("Buyer")

{{ $project->buyer->fullname }}

@lang("Location")

{{ $project->buyer->country_name }}

@lang("Delivery Date")

{{ showDateTime($project->uploaded_at, "d M, Y") }}

@empty @include("Template::partials.empty", [ "message" => "Latest delivery not found!", ]) @endforelse
@include("Template::user.bid.bid_list") @if ($bids->count() == 5) @endif
@if ($user->kv == Status::KYC_UNVERIFIED && $user->kyc_rejection_reason) @endif @endsection @push("script-lib") @endpush @push("script") @endpush @push("style") @endpush