@extends('layouts.page', ['title' => 'آپلود مدارک']) @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