Besseres CSS; News
This commit is contained in:
@@ -3,5 +3,16 @@
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
|
||||
<h1>{{ __('app.nav.news') }}</h1>
|
||||
@foreach($blogs as $blog)
|
||||
<h2>{{ $blog->title }}</h2>
|
||||
<b>{{ $blog->created_at }}</b><br />
|
||||
<p>{!! $blog->body !!}</p>
|
||||
<br />
|
||||
<hr>
|
||||
<br />
|
||||
@endforeach
|
||||
<br /><br />
|
||||
{{ $blogs->links() }}
|
||||
<br /><br />
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user