suggestion

Show name instead of user In the header
This commit is contained in:
OpenAlgeria 2018-06-06 08:14:17 +02:00 committed by GitHub
parent 6f4e596343
commit 0df232f4cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')