@extends('layouts.app') @section('content')

@if (session('status'))
{{ session('status') }}
@endif @if (session('warning'))
{{ session('warning') }}
@endif
Enter your verification code below
{{ csrf_field() }}

@endsection