@extends('layouts.applicant') @section('content')
Change Uploads
@if (session('errostatus'))
{{ session('errostatus') }}
@endif @if (session('status2'))
{{ session('status2') }} You didn't upload documents correctly kidly restart the process. click here Restart upload
@endif
{{ csrf_field() }}
@forelse($uploads as $apload) @if($apload->status!=5) @else @endif @empty
You have not made any uploads Make Upload
@endforelse
Upload Type Action Change
{{$apload->type}} View Change {{$apload->type}} Submitted
@if($apload->status==0)

Submit Your Uploads.By Clicking Submit, You agree that the files herein are yours and you cannot alter it anymore.

@else @endif
@stop