@extends('layouts.default1400-profile', ['title' => 'مرحله ۵']) @section('content')
نوع فعالیت نوع شخصیت اطلاعات کاربر @if($utype=='legal') اطلاعات تماس و آدرس @endif @if($type=='pro' || $utype=='legal') بارگذاری مدارک @endif
@csrf
لطفا فرم زیر را به دقت تکمیل نمایید:
@if($type == 'pro' && $utype=='natural') نیاز به راهنما دارید ؟ @if($user->image_medical != '') @else @endif @endif @php if ($type=='pro' && $utype== 'natural') $label = 'تصویر کارت ملی'; else $label = 'تصویر کارت ملی نماینده'; if( $user->samava_verified == !false) $label .= ' (اجباری) | '; else $label .= ' (اختیاری) | '; $label .= 'فرمت های مورد قبول jpg/png'; @endphp نیاز به راهنما دارید ؟ @if($user->image_pcode != '') @else @endif @if( ($type=='pro' && $utype=='natural' && $user->samava_verified == !false) || !($type=='pro' && $utype=='natural') )
@php $label=''; if ($type=='pro' && $utype== 'natural') $label = 'تصویر معرفی نامه موبایل (اجباری) |'; elseif ( $utype== 'legal') $label .= 'تصویر معرفی نامه نماینده (اجباری) |'; else $label .= 'تصویر معرفی نامه نماینده / مسئول خرید (اجباری) |'; $label .= 'فرمت های مورد قبول jpg/png'; @endphp نیاز به راهنما دارید ؟ @if($user->image_present_mobile != '') @else @endif
@endif @if($type == 'pro' ) @php if($utype == 'legal') $label = 'تصویر پروانه کلینیک (اجباری) |'; else $label = 'تصویر پروانه مطب / کلینیک (اختیاری) |'; $label .= 'فرمت های مورد قبول jpg/png'; @endphp
نیاز به راهنما دارید ؟ @if($user->image_business_license != '') @else @endif
@endif
@if($type == 'pro' && $utype=='natural') مرحله قبل @else مرحله قبل @endif تایید
@stop @section('scripts') @stop