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

@if(!empty($status)){{$status}} @endif

{{csrf_field()}}
@if(isset($courses))
@if(count($courses)>0) @foreach($courses as $c) @endforeach @endif
# Course Choice Students
{{$count++}} {{$c->course}} {{$c->choice}} {{number_format($c->applied)}}
Total {{number_format($appfre)}}
@else @endif
@stop