@extends('web.layouts.app') @section('title',trans('site.activateAccount')) @section('content')

@lang('site.activateAccount')

@lang('site.sentCode')

{{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