@extends('admin.layout') @section('header') @endsection @section('content')
{{ '编辑' . $model_name }}
{{ csrf_field() }}
@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('age')) {{ $errors->first('age') }} @endif
@if($errors->has('marry')) {{ $errors->first('marry') }} @endif
@if($errors->has('job')) {{ $errors->first('job') }} @endif
@if($errors->has('work_addr')) {{ $errors->first('work_addr') }} @endif
@if($errors->has('addr')) {{ $errors->first('addr') }} @endif
@if($errors->has('short_leave_times')) {{ $errors->first('short_leave_times') }} @endif
@if($errors->has('long_leave_times')) {{ $errors->first('long_leave_times') }} @endif
@endsection @section('footer') @endsection