@extends('layouts.app') @section('title', 'My Profile') @section('content')
{{ $user->email }}
@if($user->bio){{ $user->bio }}
@elseYou haven't added a bio yet.
@endif Edit ProfilePosted {{ $post->created_at->diffForHumans() }}
{{ \Illuminate\Support\Str::limit($post->content, 200) }}
{{-- Action Buttons --}}You haven't published any posts yet.
@endforelse