Implemented the details footer component
More Implementing of the details footer component
This commit is contained in:
parent
dd8564a23e
commit
4de5beb2ea
|
@ -46,10 +46,6 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</x-card>
|
</x-card>
|
||||||
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
|
<x-details-footer></x-details-footer>
|
||||||
<p class="text-muted mt-4 text-end"><small>@if(isset($timer))@endif Built on
|
|
||||||
Laravel
|
|
||||||
v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})</small></p>
|
|
||||||
@endif
|
|
||||||
</div>
|
</div>
|
||||||
</x-app-layout>
|
</x-app-layout>
|
||||||
|
|
|
@ -49,10 +49,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</x-card>
|
</x-card>
|
||||||
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
|
<x-details-footer></x-details-footer>
|
||||||
<p class="text-muted mt-4 text-end"><small>Built on Laravel
|
|
||||||
v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})</small></p>
|
|
||||||
@endif
|
|
||||||
</div>
|
</div>
|
||||||
<x-datatables-assets></x-datatables-assets>
|
<x-datatables-assets></x-datatables-assets>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
|
@ -43,10 +43,7 @@
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
|
<x-details-footer></x-details-footer>
|
||||||
<p class="text-muted mt-4 text-end"><small>Built on Laravel
|
|
||||||
v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})</small></p>
|
|
||||||
@endif
|
|
||||||
</div>
|
</div>
|
||||||
<script type="application/javascript">
|
<script type="application/javascript">
|
||||||
let app = new Vue({
|
let app = new Vue({
|
||||||
|
|
|
@ -95,10 +95,7 @@
|
||||||
<div class="tab-pane fade" id="non-active" role="tabpanel" aria-labelledby="non-active-tab">
|
<div class="tab-pane fade" id="non-active" role="tabpanel" aria-labelledby="non-active-tab">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
|
<x-details-footer></x-details-footer>
|
||||||
<p class="text-muted mt-4 text-end"><small>Built on Laravel
|
|
||||||
v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})</small></p>
|
|
||||||
@endif
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -125,9 +125,6 @@
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</x-card>
|
</x-card>
|
||||||
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
|
<x-details-footer></x-details-footer>
|
||||||
<p class="text-muted mt-4 text-end"><small>Built on Laravel
|
|
||||||
v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})</small></p>
|
|
||||||
@endif
|
|
||||||
</div>
|
</div>
|
||||||
</x-app-layout>
|
</x-app-layout>
|
||||||
|
|
|
@ -281,9 +281,6 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</x-card>
|
</x-card>
|
||||||
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
|
<x-details-footer></x-details-footer>
|
||||||
<p class="text-muted mt-4 text-end"><small>Built on Laravel
|
|
||||||
v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})</small></p>
|
|
||||||
@endif
|
|
||||||
</div>
|
</div>
|
||||||
</x-app-layout>
|
</x-app-layout>
|
||||||
|
|
|
@ -43,10 +43,7 @@
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
|
<x-details-footer></x-details-footer>
|
||||||
<p class="text-muted mt-4 text-end"><small>Built on Laravel
|
|
||||||
v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})</small></p>
|
|
||||||
@endif
|
|
||||||
</div>
|
</div>
|
||||||
<script type="application/javascript">
|
<script type="application/javascript">
|
||||||
let app = new Vue({
|
let app = new Vue({
|
||||||
|
|
Loading…
Reference in New Issue
Block a user