@extends('layouts.admin') @section('title', $item->exists ? '编辑模型' : '新建模型') @section('content')

{{ $item->exists ? '编辑模型' : '新建模型' }}

@if($item->exists)
@csrf
@csrf
@endif
@csrf @if($method !== 'POST') @method($method) @endif
@endsection