@php $short_introduction = str_replace('&', '&', @$step_verified_data['short_introduction']); $short_introduction_status = @$step_verified_data['short_introduction_status']; $short_introduction_reject_reason = @$step_verified_data['short_introduction_reject_reason']; @endphp

Short Video Introduction

@if(empty($is_step_success))

This step is disable until user will reach to step.

@else @if($is_step_success == 1) @if(!empty($portfolio->registration_agency_id) && $portfolio->registrationAgency->checkAgencySync()) @if($short_introduction_status == 0 && !empty($short_introduction))
Video is currently being reviewed by our team.
@elseif($short_introduction_status == 1)
Video was approved.
YouTube/TiktTok/Facebook/Vimeo video link : {{$short_introduction}}
@elseif($short_introduction_status == 2)
Video was rejected for the following reason.
Reason : {{$short_introduction_reject_reason}}
@endif @endif @endif @endif