mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-22 04:30:32 +09:00
9 lines
224 B
PHP
9 lines
224 B
PHP
@extends('app')
|
|
|
|
@section('content')
|
|
|
|
{!! Form::model($setting, ['method' => 'PATCH', 'files' => true, 'route' => ['settings.edit', $setting->id]]) !!}
|
|
@include('settings.form')
|
|
{!! Form::close() !!}
|
|
|
|
@endsection |