@extends('layouts.main_investor') @section('content')
{{ csrf_field() }}

@lang('site.enter_activation_code')

@lang('site.a code has been sent to the registered phone number') {{$invest->country_code}}{{$invest->phone}}
@if($errors->has('code1')||$errors->has('code2')||$errors->has('code3')||$errors->has('code4')) {{ $errors->first('code1') }} @endif
{{Session('error')}}
activation-ic
@endsection @section('scripts') @endsection