@extends('site.layout.master') @section('content')
@csrf
أدخل رمز التحقق

أدخل رمز التحقق لتغير كلمة المرور

@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@endsection