@extends('admin/public/layout') @section('title')编辑兑换记录@endsection @section('content') 编辑兑换记录 姓名 @if($errors->has('real_name')) {{ $errors->first('real_name') }} @endif 电话 @if($errors->has('phone')) {{ $errors->first('phone') }} @endif 邮箱 @if($errors->has('email')) {{ $errors->first('email') }} @endif 备注信息 {{ old('comment',$exchange->comment) }} @if($errors->has('comment')) {{ $errors->first('comment') }} @endif @endsection @section('script') @endsection
{{ $errors->first('real_name') }}
{{ $errors->first('phone') }}
{{ $errors->first('email') }}
{{ $errors->first('comment') }}