@extends('layouts.admin') @section('content')

系统设置

编辑项目

id") }}" method="POST"> {{csrf_field()}} @if(count($errors)>0)
@if(is_object($errors)) @foreach($errors->all() as $error)

{{ $error }}

@endforeach @else

{{ $errors }}

@endif
@endif
@endsection