@extends('main') @section('styles') @endsection @section('content')
{!! __('The account will be activated by sending the activation code to your mobile') !!} {{--
{!! __('Check messages, enter the verification code') !!} --}}
{{--
--}}
@endsection @section('scripts') {!! Html::script(asset('js/main-config.js')) !!} @endsection