@extends('layouts.template') @section('content') Application Details New Application @if(!empty($universityapply->toArray())) @foreach($universityapply as $uniappy) Name : {{$name}} Email: {{$email}} Phone: {{$phone}} Application No: {{@$uniappy->applicationid}} Course Name: {{@$uniappy->courses->course_name}} Level: {{@$uniappy->level->level_name}} University name: {{@$uniappy->university->uni_name}} Country: {{@$uniappy->country->country_name}} @endforeach @else No application @endif {{count($studcomments)}} CommentsAdd comment @if(!empty($studcomments)) @foreach($studcomments as $studcomment) {{$studcomment->getuser->name." ".date("M-Y",strtotime($studcomment->created_at))}} {{$studcomment->stud_comment}} Reply @if(!empty($studcomment->children)) @foreach($studcomment->children as $stdcomment) {{$stdcomment->getuser->name." ".date("M-Y",strtotime($stdcomment->created_at))}} {{$stdcomment->stud_comment}} @endforeach @endif Post @endforeach @endif Post
Country - All @if(count($countriess)>0) @foreach($countriess as $country) {{$country->country_name}} @endforeach @endif
University - All
Level - All @if(count($levels)>0) @foreach($levels as $level) {{$level->level_name}} @endforeach @endif
Course - All