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