{{session('message')}}
@endif
@if (count($errors) > 0)
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Student Application Details
{{-- Download CSV--}}
{{-- --}}
{{-- @include('admin.includesV2.studentProfileForm') --}}
@include('admin.includesV2.applicationFormBlock', ['pageViewType' => 'readView'])
{{dd($allFormData)}}
@foreach($allFormData as $key=>$value)
@if($value != null || $value != '')
{{ucwords(str_replace('_', ' ', $key))}} | @if(stripos($key, "file_name") !== false)Download | @else{{$value}} | @endif