@extends('layouts.user_app')
@section('content')
@if (session()->has('message'))
{{ session()->get('message') }}
@endif
@if (session()->has('error'))
{{ session()->get('error') }}
@endif
Sorry, we are not accepting applications at this time.
Back to Home
@endsection