@extends('layouts.user_app')
@section('content')
@if (session()->has('message'))
{{ session()->get('message') }}
@endif
@if (session()->has('error'))
{{ session()->get('error') }}
@endif
Unfortunately we have met the maximum number of applications for this year and will not be accepting anymore at this time. Click here for other resources.
Back to Home
@endsection