@extends('layouts.app') @section('title') Profile of: {{ $user->username }} @endsection @section('content')
profile picture

{{ $user->username }}

0 Followers

0 Following

0 Posts

Posts

@foreach ($posts as $post)
{{ $post->title }}
@endforeach
@endsection