@extends('admin.layout') @section('header') @endsection @section('content')
{{ '添加' . $model_name }}
{{ csrf_field() }}
@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection @section('footer') @endsection