diff --git a/skolehjem/resources/views/admin/events/create.blade.php b/skolehjem/resources/views/admin/events/create.blade.php index fcb8e7f..f393f50 100644 --- a/skolehjem/resources/views/admin/events/create.blade.php +++ b/skolehjem/resources/views/admin/events/create.blade.php @@ -43,7 +43,7 @@ - + diff --git a/skolehjem/resources/views/admin/guides/create.blade.php b/skolehjem/resources/views/admin/guides/create.blade.php index 9a24b23..8a6ccda 100644 --- a/skolehjem/resources/views/admin/guides/create.blade.php +++ b/skolehjem/resources/views/admin/guides/create.blade.php @@ -38,7 +38,7 @@ - + diff --git a/skolehjem/resources/views/admin/index.blade.php b/skolehjem/resources/views/admin/index.blade.php index 6ba6fc4..e1d6683 100644 --- a/skolehjem/resources/views/admin/index.blade.php +++ b/skolehjem/resources/views/admin/index.blade.php @@ -82,31 +82,22 @@ @if(\App\Event::query()->orderByDesc("date")->first() !== null)
- @if(\App\Event::query()->orderByDesc("date")->first()->resource_id !== null) -
- - - - - - - - - - - - - -
{{ \App\Event::query()->orderByDesc("date")->first()->name }}
{{__('msg.af')}}: {{ \App\Event::query()->orderByDesc("date")->first()->accountable }}
{{ \Illuminate\Support\Facades\Date::createFromTimeStamp(strtotime(\App\Event::query()->orderByDesc("date")->first()->date))->format('d/m/Y \k\l\. H:i') }}
-
- @else -
-

{{ \App\Event::query()->orderByDesc("date")->first()->name }}

-

Af: {{ \App\Event::query()->orderByDesc("date")->first()->accountable }}

-

{{ \Illuminate\Support\Facades\Date::createFromTimeStamp(strtotime(\App\Event::query()->orderByDesc("date")->first()->date))->format('d/m/Y \k\l\. H:i') }}

-
- @endif - +
+ + + + + + + + + + + + + +
{{ \App\Event::query()->orderByDesc("date")->first()->name }}
{{__('msg.af')}}: {{ \App\Event::query()->orderByDesc("date")->first()->accountable }}
{{ \Illuminate\Support\Facades\Date::createFromTimeStamp(strtotime(\App\Event::query()->orderByDesc("date")->first()->date))->format('d/m/Y \k\l\. H:i') }}
+
diff --git a/skolehjem/resources/views/admin/menuplans/create.blade.php b/skolehjem/resources/views/admin/menuplans/create.blade.php index 64f2600..7f73e28 100644 --- a/skolehjem/resources/views/admin/menuplans/create.blade.php +++ b/skolehjem/resources/views/admin/menuplans/create.blade.php @@ -45,7 +45,7 @@ - + diff --git a/skolehjem/resources/views/app/users/editpic.blade.php b/skolehjem/resources/views/app/users/editpic.blade.php index ad1f2b5..a4ddefa 100644 --- a/skolehjem/resources/views/app/users/editpic.blade.php +++ b/skolehjem/resources/views/app/users/editpic.blade.php @@ -22,7 +22,7 @@ @endif {{__('msg.profilbillede')}}: - + {{__('msg.tilbage')}} diff --git a/skolehjem/resources/views/app/washing-reservations/create.blade.php b/skolehjem/resources/views/app/washing-reservations/create.blade.php index 9eb9f85..965fe64 100644 --- a/skolehjem/resources/views/app/washing-reservations/create.blade.php +++ b/skolehjem/resources/views/app/washing-reservations/create.blade.php @@ -5,6 +5,11 @@ @endsection @section("content") +

{{__('msg.bookingliste')}}

{!! session()->get('ReservationExists') !!} @@ -200,6 +205,7 @@ button.id = "create-reservation"; button.innerText = "{{__('msg.reserver')}}"; + button.classList.add("btn", "btn-sde-blue") button.type = "submit"; container.appendChild(button);