mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 12:10:34 +09:00
9 lines
232 B
PHP
9 lines
232 B
PHP
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
|
|
{{ html()->modelForm($setting, 'PATCH', route('settings.edit', $setting->id))->acceptsFiles()->open() }}
|
|
@include('settings.form')
|
|
{{ html()->closeModelForm() }}
|
|
|
|
@endsection |