welcome to ug
@forelse ($s as $i)
- {{ $i->fname }} :
@if($i->application)
APPLICATION IS NOT EMPTY:
{{ $i->application->dob }}
SEX: {{ $i->application->sex->name }}
@else
Application is empty
@endif
@empty
Empty
@endforelse
@foreach ($a as $t)
{{ $t->student->fname }}
@endforeach