@extends('layouts.admissions') @section('content')
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('status'))
{{ session('status') }}
@endif

@if(!empty($status)){{$status}} @endif @if(!empty($choice)) Print @else Print @endif

@if(!empty($students))
@foreach($students as $c) @endforeach()
# Course Students
{{$coun++}} {{$c->course}} {{$c->apps}}
@else
No Data Available
@endif
@stop