{{-- Pterodactyl - Panel --}} {{-- Copyright (c) 2015 - 2017 Dane Everitt --}} {{-- This software is licensed under the terms of the MIT license. --}} {{-- https://opensource.org/licenses/MIT --}} @extends('layouts.admin') @section('title') Service Options → {{ $option->name }} → Variables @endsection @section('content-header')

{{ $option->name }}Managing variables for this service option.

@endsection @section('content')
@foreach($option->variables as $variable)

{{ $variable->name }}

This variable can be accessed in the statup command by using {{ $variable->env_variable }}.

These rules are defined using standard Laravel Framework validation rules.

@endforeach
@endsection @section('footer-scripts') @parent @endsection