diff --git a/resources/views/profile/show.blade.php b/resources/views/profile/show.blade.php new file mode 100644 index 000000000..d540e85d1 --- /dev/null +++ b/resources/views/profile/show.blade.php @@ -0,0 +1,98 @@ +@extends('layouts.app') + +@section('content') + +
+ {{$user->name}} +
+{{ __('profile.emptyTimeline') }}
+