@extends('layouts.blog') @section('title') {{ $posts[0]->user->getFullName() . " | Technoblog" }} @endsection @section('blog_content')
user->userProfile->cover_photo_link.");" : "background-color: #efefef;" }}">
@if(!empty($posts[0]->user->userProfile->profile_photo_link)) @else {{ strtoupper($posts[0]->user->name[0]) . strtoupper($posts[0]->user->surname[0]) }} @endif

{{ $posts[0]->user->getFullName() }}

{{ $posts[0]->user->userProfile->short_bio }}

@foreach ($posts as $post)

{{ $post->title }}

{!! str_limit($post->content, 150) !!}
{{ $post->ago() }}
@endforeach
{{ $posts->links() }}
@endsection