@extends('layout.index') @section('content')
用户添加
{{session('error')}}
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{csrf_field()}}
@endsection @section('myjs') @endsection