refactor(deorgify): misc updates, remove unnecessary stuff

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
Miguel Nogueira 2023-07-02 14:58:59 +01:00
parent 0d9477aea2
commit 1f5df4cc5a
No known key found for this signature in database
GPG Key ID: 3C6A7E29AF26D370
4 changed files with 6 additions and 9 deletions

View File

@ -1,10 +1,12 @@
@include('breadcrumbs.header')
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T47K5CG"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
@if(config('analytics.google.gtm-enabled'))
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id={{ config('analytics.google.gtm-id') }}"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
@endif
<!-- This section is global -->
@if (session()->has('error'))

View File

@ -1,5 +1,4 @@
<div class="card" id="{{$id}}">
<!-- Let all your things have their places; let each part of your business have its time. - Benjamin Franklin -->
<div class="card-header">

View File

@ -1,5 +1,3 @@
<!-- I begin to speak only when I am certain what I will say is not better left unsaid - Cato the Younger -->
@if (session()->has('success'))
<script>

View File

@ -1,5 +1,3 @@
<!-- Smile, breathe, and go slowly. - Thich Nhat Hanh -->
<div class="modal fade" tabindex="-1" id="{{$id}}" role="dialog" aria-labelledby="{{$modalLabel}}" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">