@extends('layouts.default1400-profile', ['title' => 'مرحله ۳']) @section('content')
نوع فعالیت نوع شخصیت اطلاعات کاربر @if($utype=='legal') اطلاعات تماس و آدرس @endif @if($type=='pro' || $utype=='legal') بارگذاری مدارک @endif
@csrf
@if ($type=='default' && $utype== 'legal') اطلاعات نماینده شرکت @elseif ($type=='pro' && $utype== 'legal') اطلاعات نماینده کلینیک/بیمارستان/دانشگاه: @else لطفا فرم زیر را به دقت تکمیل نمایید: @endif
@if($user->pcode_verified == true) @else
@endif @if ($type=='pro' && $utype=='natural')
@endif
@if($type == 'pro' && $utype == 'natural') @endif
@if(!($user->profile_completed && $user->web_active))
{!! $errors->first('review_request', ':message') !!}
@endif
@if($user->profile_completed && $user->web_active) ویرایش @else @if($user->web_active && !($type=='default' && $utype == 'natural') ) @else مرحله قبل @endif {{ $type == 'default' && $utype == 'natural' ? 'ثبت اطلاعات' : 'تایید و مرحله بعد' }} @endif
@stop @section('scripts') @stop