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

{{ $item->exists ? '编辑来源' : '新建来源' }}

@csrf @if($method !== 'POST') @method($method) @endif
@endsection