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