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

{{ __('Create Service Template') }}

Service Template will created for the specified Device Group.
@csrf
@include('service-template.form')

{{ __('Cancel') }}
@endsection @section('javascript') @endsection