mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-16 15:33:44 +01:00
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>
|
||||
</form>
|
||||
</x-card>
|
||||
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
|
||||
<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
|
||||
<x-details-footer></x-details-footer>
|
||||
</div>
|
||||
</x-app-layout>
|
||||
|
@ -49,10 +49,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</x-card>
|
||||
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
|
||||
<p class="text-muted mt-4 text-end"><small>Built on Laravel
|
||||
v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})</small></p>
|
||||
@endif
|
||||
<x-details-footer></x-details-footer>
|
||||
</div>
|
||||
<x-datatables-assets></x-datatables-assets>
|
||||
<script type="text/javascript">
|
||||
|
@ -43,10 +43,7 @@
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
|
||||
<p class="text-muted mt-4 text-end"><small>Built on Laravel
|
||||
v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})</small></p>
|
||||
@endif
|
||||
<x-details-footer></x-details-footer>
|
||||
</div>
|
||||
<script type="application/javascript">
|
||||
let app = new Vue({
|
||||
|
@ -95,10 +95,7 @@
|
||||
<div class="tab-pane fade" id="non-active" role="tabpanel" aria-labelledby="non-active-tab">
|
||||
|
||||
</div>
|
||||
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
|
||||
<p class="text-muted mt-4 text-end"><small>Built on Laravel
|
||||
v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})</small></p>
|
||||
@endif
|
||||
<x-details-footer></x-details-footer>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
@ -125,9 +125,6 @@
|
||||
</table>
|
||||
</div>
|
||||
</x-card>
|
||||
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
|
||||
<p class="text-muted mt-4 text-end"><small>Built on Laravel
|
||||
v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})</small></p>
|
||||
@endif
|
||||
<x-details-footer></x-details-footer>
|
||||
</div>
|
||||
</x-app-layout>
|
||||
|
@ -281,9 +281,6 @@
|
||||
</div>
|
||||
</form>
|
||||
</x-card>
|
||||
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
|
||||
<p class="text-muted mt-4 text-end"><small>Built on Laravel
|
||||
v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})</small></p>
|
||||
@endif
|
||||
<x-details-footer></x-details-footer>
|
||||
</div>
|
||||
</x-app-layout>
|
||||
|
@ -43,10 +43,7 @@
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
|
||||
<p class="text-muted mt-4 text-end"><small>Built on Laravel
|
||||
v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})</small></p>
|
||||
@endif
|
||||
<x-details-footer></x-details-footer>
|
||||
</div>
|
||||
<script type="application/javascript">
|
||||
let app = new Vue({
|
||||
|
Loading…
Reference in New Issue
Block a user