@extends('layout.index') @section('content')
文章修改
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{csrf_field()}}
@endsection @section('myjs') @endsection