@extends('layouts.app') @section('content')
{{ __('Vérification du code') }}
@if (session('error')) @endif
@csrf
@endsection