@extends('layouts.app') @section('content')
@if ($user->profile) @if ($user->profile->background != null) @else
@endif @if ($user->profile->thumbnail != null) @else account_circle @endif @else
account_circle @endif

{{$user->name}}

@if ($user->profile)
{{$user->profile->introduction}}
@endif {{ __('Edit') }}
@endsection