Students List
@forelse ($applications as $application) @empty @endforelse
# Names Course Branch RegNo# Details Created At BRCH
@if($application->selectionstatus_id==1) @else # @endif @if ($application->student->reggenerator) @else @if ($application->existingregnumber) @if(!Str::contains(Str::upper($application->existingregnumber),'STD')) @if (count(explode('/',$application->existingregnumber))==3)
@csrf
@endif @if (count(explode('/',$application->existingregnumber))==2)
@csrf
@endif @endif @endif @endif
{{ $application->student->lname }} {{ $application->student->mname }} {{ $application->student->fname }} View Application {{ $application->course->name }} @if ($application->student->studentbranch)
    @foreach ($application->student->studentbranch as $sb)
  • {{ $sb->branch->name }}
  • @endforeach
@else No-Branch @endif
@if ($application->student->studentbranch->count()) {{ $application->student->studentbranch }} @else
@csrf
@endif
  • Existing: {{ $application->existingregnumber }}
  • After: {{ $application->regnumber }}
{{ $application->student->reggenerator }} {{ $application->created_at }} @if ($application->student->studentbranch) {{ $application->student->studentbranch }} @else
@csrf
@endif
List is Empty