mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
Ajout des news & pictures & complementary activity
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
<div class="inner">
|
||||
<h2>Nouvelles</h2>
|
||||
<p>Aliquam ut ex ut interdum donec amet imperdiet eleifend</p>
|
||||
@if ($news->isEmpty())
|
||||
<h4 class="text-center">Aucune nouvelles</h4>
|
||||
@endif
|
||||
<div class="row">
|
||||
@foreach ($news as $new)
|
||||
<div class="col-md-4">
|
||||
@@ -18,6 +21,10 @@
|
||||
</div>
|
||||
@endforeach
|
||||
</div>
|
||||
<div class="m-3" role="group">
|
||||
{{ $news->links() }}
|
||||
</div>
|
||||
<a href="/" class="btn button primary">Retour</a>
|
||||
</div>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user