@extends('layouts.applicant') @section('content')
Enter Scores
@if(session('status'))
{{session('status')}}
@endif
{{csrf_field()}}
@forelse($sub as $b)
@empty No data @endforelse

NB:Make sure you have entered the correct scores in the fields provided since this will make a basis for application disqualification.

@stop