💄 Donne un coup de jeune

This commit is contained in:
2022-04-14 10:49:56 +02:00
parent e1f2294fe4
commit 665282d476
52 changed files with 3052 additions and 11430 deletions

View File

@@ -1,7 +1,7 @@
<x-app-layout>
<x-slot name="header">
<h2 class="font-semibold text-xl text-gray-800 leading-tight">
{{ __('Dashboard') }}
{{ __('My diary 💘') }}
</h2>
</x-slot>
@@ -10,6 +10,7 @@
<div class="bg-white overflow-hidden shadow-sm sm:rounded-lg">
<div class="p-6 bg-white border-b border-gray-200">
<div id="app"
data-start="{{ $start_date->format('Y-m-d') }}"
data-list="{{json_encode($pages)}}"
data-url="{{ route('pages.show', ['page' => 'replace_me']) }}"
data-post="{{ route('pages.store') }}"