@extends('web.layouts.app') @section('title',trans('site.forgotPassword')) @section('content')
@lang('site.forgotPassword')
@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
@lang('site.confirm')
@endsection