@extends('layouts.librenmsv1') @section('title', __('Edit Service Template')) @section('content')

{{ __('Edit Service Template') }}: {{ $template->name }}

Service Template will be edited for the specified Device Group.
{{ method_field('PUT') }} @csrf
@include('service-template.form')
{{ __('Cancel') }}
@endsection @section('javascript') @endsection