@extends('home.user.frame') @section('main')
{{ csrf_field() }}
修改绑定手机
 
 
*
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif  
*
@if ($errors->has('captcha')) {{ $errors->first('captcha') }} @endif  
@stop @section('javascript') @stop