@extends('layout') @section('content') @include('pages._menu') @foreach($featuredPosts as $post) @if($post->hasCategory()) {{$post->getCategoryTitle()}} @endif {{$post->getDate()}} {{$post->title}} {!!$post->description!!} @endforeach @foreach($recentPosts as $post) @if($post->hasCategory()) {{$post->getCategoryTitle()}} @endif {{$post->getDate()}} {{$post->title}} @endforeach All Posts @foreach($posts as $post) @if($post->hasCategory()) {{$post->getCategoryTitle()}} @endif {{$post->getDate()}}• {{$post->title}} @endforeach {{$posts->links()}} Ivan Hi! I'm keen on creating and improving things as well as bringing creativity into everyday life. Curiosity, following a passion and permanently unsatisfied human nature lead me to undiscovered ideas where I take the energy for future innovations. Read my bio @include('admin.errors') {{csrf_field()}} Categories @foreach($categories as $category) {{$category->title}} {{$category->posts()->count()}} @endforeach Tags @foreach($alltags as $tag) {{$tag->title}} @endforeach @endsection
{!!$post->description!!}
Hi! I'm keen on creating and improving things as well as bringing creativity into everyday life. Curiosity, following a passion and permanently unsatisfied human nature lead me to undiscovered ideas where I take the energy for future innovations.
Read my bio