@extends('web.layouts.app') @section('title','تفعيل الحساب') @section('content')
تفعيل الحساب
الكود المرسل
{{csrf_field()}}
@if ($errors->has('code1'))
{{ $errors->first('code1') }}
@endif
@if ($errors->has('code2'))
{{ $errors->first('code2') }}
@endif
@if ($errors->has('code3'))
{{ $errors->first('code3') }}
@endif
@if ($errors->has('code4'))
{{ $errors->first('code4') }}
@endif
تاكيد
@endsection