@extends('mommy.auth.layouts') @section('title','註冊') @section('content') 請輸入簡訊驗證碼 @csrf 驗證碼 @if ($errors->has('code')) @include('mommy.panels.input-invalid-messages', [ 'messages' => $errors->get('code') ]) @endif 送出 @endsection @section('page-scripts') @endsection