@extends('layouts.admissions')
@section('content')
@if(!empty($status)) {{strtoupper($status)}} @endif
@if(!empty($fstatus)) {{strtoupper($fstatus)}} @endif
@if(!empty($status))
{{$status}}
@endif
@if(!empty($fstatus))
{{$fstatus}}
@endif
@if (count($errors) > 0)
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if (session('status'))
{{ session('status') }}
@endif
@if(!empty($students))
@else
@endif
@stop