@extends('admin.layouts.app') @section('content') @php $self_placement_imix_program_array = config('common.self_placement_imix_program_array'); @endphp

User Manager

User Application Status Progress Manager

Progress Manager

User Id: {{@$user_id}} | User Name: {{@$full_name}} | User Email: {{@$email}}

@if(!empty($portfolio_key))
@if(!empty($app_status_stages))
@include('admin.app-status.application-status-stages')
@else

Application status progress will start shortly.

@endif
@else

{{@$full_name}} application status progress will be started shortly.

@endif
@endsection