refactor(deorgify): misc updates, remove unnecessary stuff
Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
parent
0d9477aea2
commit
1f5df4cc5a
@ -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'))
|
||||
|
||||
|
@ -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">
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user