diff --git a/resources/views/profile/show.blade.php b/resources/views/profile/show.blade.php index bd5e8be6e..0af695aa8 100644 --- a/resources/views/profile/show.blade.php +++ b/resources/views/profile/show.blade.php @@ -1,4 +1,4 @@ -@extends('layouts.app',['title' => $user->username . " on " . config('app.name')]) +@extends('layouts.app',['title' => $user->name . " on " . config('app.name')]) @section('content')