@extends('home.user.frame') @section('main')
{{ csrf_field() }}
更改个人资料
 
 
 
 
 
@if ($errors->has('birthday')) {{ $errors->first('birthday') }} @endif  
 
@if ($errors->has('residence')) {{ $errors->first('residence') }} @endif  
 
 
 
@if ($errors->has('school')) {{ $errors->first('school') }} @endif  
 
@if ($errors->has('class')) {{ $errors->first('class') }} @endif  
@stop @section('javascript') @stop