Image Placeholder

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()}}

Featured Posts

    @foreach($featuredPosts as $post)
  • Image placeholder

    {{$post->title}}

    {{$post->getDate()}} •
  • @endforeach

Categories

    @foreach($categories as $category)
  • {{$category->title}} {{$category->posts()->count()}}
  • @endforeach

Tags

    @foreach($alltags as $tag)
  • {{$tag->title}}
  • @endforeach