@extends('layouts.app') @section('content')

{{ str_slug($user->profile->avatar) }}
{{ $user->name }}

Ceo/Co-Founder

{{ $user->profile->about }}

Edit Profile
@endsection