@auth @php $freelancer = auth()->user(); $isJobBidExisting = $freelancer->bids()->where('job_id', $job->id)->count(); @endphp @if (!$freelancer->work_profile_complete) @lang('Complete your work profile first!') @endif @else @lang('Bid on the project') @endauth

@lang('By clicking contact, you have read and agreed to our') @foreach ($policyPages as $policy) {{ __(@$policy->data_values->title) }} @if (!$loop->last) , @endif @endforeach

@lang('About the Buyer')

{{ @$job->buyer->fullname }}

{{ @$job->buyer->country_name }} |
{{ @$job->buyer->address }}
    @php echo avgRating($job->buyer->avg_rating) @endphp

{{ showAmount($buyerSuccessJobPercent, currencyFormat: false) }}% @lang('Job Success')

{{ $buyerSuccessJobs }} @lang('Complete Job')

{{ @$job->buyer->city }}, {{ @$job->buyer->country_name }}

@lang('Posted Job')

{{ count($job->buyer->jobs) }} @lang('jobs')

@lang('Language')

@foreach ($job->buyer->language ?? [] as $option) {{ __($option) }}@if (!$loop->last) , @endif @endforeach
@lang('Verifications')
@lang('Verified Profile')

@lang('Verified') {{ __(@$job->buyer->fullname) }} @lang('profile')

@lang('Mobile Verified') @if (@$job->buyer->sv)

@lang('Mobile verified users foster greater trust in our community')

@else

@lang('Buyer foster greater trust in our community')

@endif
@lang('Email Verified') @if (@$job->buyer->ev)

@lang('Verified users foster greater trust in our community')

@else

@lang('Buyer foster greater trust in our community')

@endif
@lang('Top skill jobs')
    @forelse ($topSkills as $skill)
  • {{ __($skill['name']) }} {{ $skill['count'] }}
  • @empty
    empty

    @lang('No top skill found!')

    @endforelse
@lang('Similar job posts')
    @include('Template::job_explore.similar_job')
    @if ($totalSimilarJobs > 5)
    @endif