service templates - move to blade -wip

This commit is contained in:
Anthony F McInerney
2020-10-15 17:29:55 +01:00
parent d75b78e390
commit f4866ce13b
2 changed files with 4 additions and 4 deletions
@@ -13,11 +13,11 @@
<div class='well well-lg'>
@include('service-template.form')
<div class="form-group">
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-sm-offset-2">
<center><div class="col-sm-9 col-sm-offset-3 col-md-10 col-sm-offset-2">
<button type="submit" class="btn btn-primary">@lang('Save')</button>
<a type="button" class="btn btn-danger"
href="{{ route('services.templates.index') }}">@lang('Cancel')</a>
</div>
</div></center>
</div>
</div>
</form>
@@ -14,11 +14,11 @@
<div class='well well-lg'>
@include('service-template.resources.views.service-template.resources.views.service-templates.form')
<div class="form-group">
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-sm-offset-2">
<center><div class="col-sm-9 col-sm-offset-3 col-md-10 col-sm-offset-2">
<button type="submit" class="btn btn-primary">@lang('Save')</button>
<a type="button" class="btn btn-danger"
href="{{ route('services.templates.index') }}">@lang('Cancel')</a>
</div>
</div></center>
</div>
</div>
</form>