service templates - move to blade -wip

This commit is contained in:
Anthony F McInerney
2020-10-15 12:26:20 +01:00
parent be10190d6c
commit 2e25cdea4e
2 changed files with 2 additions and 0 deletions
@@ -8,6 +8,7 @@
<form action="{{ route('services.templates.store') }}" method="POST" role="form"
class="form-horizontal services-templates-form col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2 col-sm-12">
<legend>@lang('Create Service Template')</legend>
<div class='alert alert-info'>Service Template will created for the specified Device Group.</div>
@csrf
@include('service-template.form')
@@ -8,6 +8,7 @@
<form action="{{ route('services.templates.update', $service_template->id) }}" method="POST" role="form"
class="form-horizontal services-templates-form col-md-10 col-md-offset-1 col-sm-12">
<legend>@lang('Edit Service Template'): {{ $service_template->name }}</legend>
<div class='alert alert-info'>Service Template will edited for the specified Device Group.</div>
{{ method_field('PUT') }}
@csrf