2016-05-19 15:01:28 +01:00
|
|
|
@extends('master')
|
|
|
|
|
2017-11-04 12:10:46 +00:00
|
|
|
@section('title')Admin CP « @stop
|
2016-05-19 15:01:28 +01:00
|
|
|
|
|
|
|
@section('content')
|
2019-10-27 16:15:14 +00:00
|
|
|
<h1>Hello {{ $name }}!</h1>
|
|
|
|
|
|
|
|
<h2>Articles</h2>
|
|
|
|
<p>
|
|
|
|
You can either <a href="/admin/blog/create">create</a> new blog posts,
|
|
|
|
or <a href="/admin/blog/">edit</a> them.
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<h2>Notes</h2>
|
|
|
|
<p>
|
|
|
|
You can either <a href="/admin/notes/create">create</a> new notes,
|
|
|
|
or <a href="/admin/notes/">edit</a> them.
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<h2>Likes</h2>
|
|
|
|
<p>
|
|
|
|
You can either <a href="/admin/likes/create">create</a> a new like,
|
|
|
|
or <a href="/admin/likes/">edit</a> them.
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<h2>Clients</h2>
|
|
|
|
<p>
|
|
|
|
You can either <a href="/admin/clients/create">create</a> new client names,
|
|
|
|
or <a href="/admin/clients/">edit</a> them.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<h2>Contacts</h2>
|
|
|
|
<p>
|
|
|
|
You can either <a href="/admin/contacts/create">create</a> new contacts,
|
|
|
|
or <a href="/admin/contacts/">edit</a> them.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<h2>Places</h2>
|
|
|
|
<p>
|
|
|
|
You can either <a href="/admin/places/create">create</a> new places,
|
|
|
|
or <a href="/admin/places/">edit</a> them.
|
|
|
|
</p>
|
2022-10-23 13:11:31 +01:00
|
|
|
|
|
|
|
<h2>Syndication</h2>
|
|
|
|
<p>
|
|
|
|
You can either <a href="/admin/syndication/create">create</a> new syndication targets,
|
|
|
|
or <a href="/admin/syndication">edit</a> them.
|
|
|
|
</p>
|
2023-04-11 16:16:05 +01:00
|
|
|
|
|
|
|
<h2>Bio</h2>
|
|
|
|
<p>
|
|
|
|
Edit your <a href="/admin/bio">bio</a>.
|
|
|
|
</p>
|
2023-08-18 17:03:38 +01:00
|
|
|
|
|
|
|
<h2>Passkeys</h2>
|
|
|
|
<p>
|
|
|
|
List passkeys here?
|
|
|
|
</p>
|
2016-05-19 15:01:28 +01:00
|
|
|
@stop
|