19 lines
527 B
PHP
19 lines
527 B
PHP
<x-app-layout>
|
|
<!--<x-slot name="header">
|
|
<h2 class="font-semibold text-xl text-gray-800 leading-tight">
|
|
{{-- __('Dashboard') --}}
|
|
</h2>
|
|
</x-slot>-->
|
|
|
|
|
|
<div class="p-5 mb-4 bg-light rounded-3">
|
|
<div class="container-fluid py-5">
|
|
<h1 class="display-5 fw-bold">Ihre Stuhlgänge</h1>
|
|
<p class="col-md-8 fs-4">Sie haben ingesamt {{ $amountshits }} Stuhlgänge erreicht, davon sind {{ $goldenshits }} goldene Stuhlgänge.</p>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</x-app-layout>
|