@extends('layouts.applicant') @section('content')
@if(!empty($status))
{{$status}}
@endif
@if(!empty($status)) {{$status}} @endif
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if($c->id==777)
@endif


@if(count($modes)>0) @foreach($modes as $m) id" ? 'checked='.'"'.'checked'.'"' : '' }}> {{$m->study_mode}}
@endforeach @else
No Mode Set
@endif


@if(count($campus)>0) @else
No Campus
@endif
@stop