@extends('layouts.default-new', ['title' => 'آپلود مدارک']) @section('title', 'آپلود مدارک' ) @section('bodyclass', 'left-sidebar single single-post pace-done profile-page') @section('content')
{{ $errors->first('image') }}
{{ $errors->first('image_request') }}
{{ $errors->first('image_other') }}
بازگشت

@if(isset($message))
{{ $message }}
@endif
    @if($profile->image_medical != '')
  • تصویر نظام‌پزشکی قبلا ارسال شده است!
  • @endif @if($cart->image_request != '')
  • تصویر درخواست کتبی قبلا ارسال شده است!
  • @endif @if($cart->image_other != '')
  • سایر مدارک قبلا ارسال شده است!
  • @endif
@stop