@extends('layouts.user_app')
@section('content')
@if (session()->has('message'))
{{ session()->get('message') }}
@endif
@if (session()->has('error'))
{{ session()->get('error') }}
@endif
Thank You
Your Blue Santa Application has been successfully submitted. We have sent you an email that provides further instructions. Please do not lose this email since it has your application number.
Back to Home
@endsection