💄 Donne un coup de jeune
This commit is contained in:
@@ -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') }}"
|
||||
|
Reference in New Issue
Block a user