Sys Admin's Blog

Test account with admin permissions:
email: [email protected]
password: password
@if (Session::has('success'))
{{session('success')}}
@endif
@if (Session::has('failure'))
{{session('failure')}}
@endif
@if (count($posts) > 0) @foreach ($posts as $post)
Title: {{$post->title}}
Description: {{$post->short_description}}
{{-- --}} {{-- --}} {{-- --}}

@endforeach @else
There are no blog posts right now...

GIF

@endif
{{$posts->links('pagination::bootstrap-5')}}