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

Profil User

@if (auth()->user()->foto) Profile
@else Profile
@endif

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

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

@endsection