2023-05-21 12:11:59 +02:00
|
|
|
<x-app-layout>
|
|
|
|
<x-slot name="header">
|
|
|
|
<h2 class="font-semibold text-xl text-gray-800 dark:text-gray-200 leading-tight">
|
2023-05-26 19:44:16 +02:00
|
|
|
Create new habit
|
2023-05-21 12:11:59 +02:00
|
|
|
</h2>
|
|
|
|
</x-slot>
|
|
|
|
|
2023-05-26 19:44:16 +02:00
|
|
|
<div class="py-4">
|
2023-05-21 12:11:59 +02:00
|
|
|
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8">
|
2023-05-26 19:44:16 +02:00
|
|
|
|
2023-06-05 12:42:25 +02:00
|
|
|
<x-form-habit :today="now()->format('Y-m-d')" :route="route('habits.store')" method="post" />
|
2023-05-21 12:11:59 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2023-05-23 12:52:50 +02:00
|
|
|
|
2023-05-26 19:44:16 +02:00
|
|
|
|
2023-05-23 12:52:50 +02:00
|
|
|
|
2023-05-21 12:11:59 +02:00
|
|
|
</x-app-layout>
|