@include('components.head')
Accept offer
User Image
@csrf
@error('code') {{ $message }} @enderror
@if (Session::has('error'))
{{ Session::get('error') }}
@elseif(Session::has('success'))
{{ Session::get('success') }}
@endif
Please enter the verification code sent with admission letter above to an offer
@include('layouts.scripts')