@extends('admin::Layouts.master') @section('pagecss') @stop @section('content')
@include('partials.messages') @include('partials.admin.settings-tabs', ['subactive' => 'prefix'])
@csrf
@include('partials.button', ['context' => 'primary', 'type' => 'submit', 'icon' => 'save', 'label' => 'Speichern'])
@stop @section('pagejs') @stop