@props([ 'action', 'method' => 'PUT', 'backRoute', 'guideTitle' => 'Configuration Guide', 'guideText' => '', 'submitLabel' => 'Update Settings', ])

{{ $guideTitle }}

@if ($guideText !== '')

{!! $guideText !!}

@endif
Back
@csrf @if (strtoupper($method) === 'PUT') @method('PUT') @endif
{{ $slot }}