@extends('layouts.app') @section('content')
@if (Auth::user()->Photo) User_img @else User_img @endif

{{ Auth::user()->name }}

Member since {{ Auth::user()->created_at->format('D.M. Y') }}

Edit Profile
@endsection