add seeder for post & routing for list of post

This commit is contained in:
jenoh
2020-03-13 16:15:48 +01:00
parent 9f7ebbc3d0
commit 092e42e197
7 changed files with 123 additions and 2 deletions

View File

@ -5,6 +5,7 @@
@section('content')
<img src="img/app.png" weight=700px height=400px alt="">
<br>
<a href="{{ url('/blog') }}">Blog</a>
<a href="{{ url('/contact-us') }}">Contactez-nous!</a>
<a href="{{ url('/login') }}">Se connecter</a>
@endsection