@if(!$project->isEmpty)
@endif
@if( !empty($proposal->proposalAuthor) )
@php
$author = $proposal->proposalAuthor;
$image_path = getProfileImageURL($author->image, '60x60');
$image = !empty($image_path) ? 'storage/' . $image_path : 'images/default-user-60x60.png';
@endphp
{{__('proposal.view_profile')}}
@endif
@if( !empty($proposal) )
@if(!$proposal->milestones->isEmpty())
@endif
@if( $proposal->status == 'publish' || $proposal->status == 'declined')
@if( $proposal->status == 'declined' )
@elseif( $proposal->status == 'publish' && $userRole == 'buyer')
@endif
@endif
@endif
@if($project->is_featured)
@endif
{{$project->project_type == 'hourly' ? __('project.project_houly_type') : __('project.project_fixed_type')}}
{{$project->project_title}}
- {{ __('project.project_posted_date',['diff_time'=> getTimeDiff( $project->updated_at )]) }} @if(!empty($project->address))
- {{ $project->projectLocation->id == 3 ? (!empty($project->address) ? getUserAddress($project->address, $address_format) : $project->project_country ) : $project->projectLocation->name }} @endif @if(!empty($project->expertiseLevel))
- {{ $project->expertiseLevel->name }} @endif
- {{ $project->project_hiring_seller .' '. ($project->project_hiring_seller > 1 ? __('project.freelancers') : __('project.freelancer')) }}
{{getProjectPriceFormat($project->project_type, $currency_symbol, $project->project_min_price, $project->project_max_price)}}
@if(($proposal->status == "completed" || $proposal->status == "hired") && $userRole != 'admin') @endif{{$author->full_name}}
- {{ratingFormat( $author->ratings_avg_rating ) }} ({{ $author->ratings_count == 1 ? __('general.user_review') : __('general.user_reviews', ['count' => number_format($author->ratings_count)]) }} )
@if($project->project_type == 'hourly')
{{ __('proposal.author_hourly_rate_heading',['author_name' => $proposal->proposalAuthor->first_name])}}
@else{{ __('proposal.author_fixed_rate_heading',['author_name' => $proposal->proposalAuthor->first_name])}}
@endif {{getPriceFormat($currency_symbol,$proposal->proposal_amount).($project->project_type == 'hourly' ? '/hr' : '')}}{{__('proposal.offered_milestones')}}
@role('buyer'){!!__('proposal.offered_milestones_desc') !!}
@endrole-
@foreach($proposal->milestones as $key => $milestone)
-
{{$milestone->title}}
{{getPriceFormat($currency_symbol,$milestone->price)}}{!! nl2br($milestone->description) !!}
@php $escrow_milestone = true; if( $proposal->status == "declined" || $proposal->status == "completed" ){ $escrow_milestone = false; } @endphp @if( $userRole == 'buyer' && $escrow_milestone && !$processed_milestones ) @endif
@endforeach
{{ __('proposal.special_comments_to_emp')}}
{!! nl2br($proposal->special_comments) !!}
{{ __('proposal.decline_reason_descrip') }}
{{ __('proposal.read_comment') }}
@if( $project->project_type == 'hourly' || ( $project->project_type == 'fixed' && $proposal->milestones->isEmpty()) )
@endif