@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
@if($errors->has('comment'))

{{ $errors->first('comment') }}

@endif
@endsection @section('script') @endsection