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

{{ $profile->nickname }} @if($profile->status == 'verified') @endif

Ethnicity: {{ $profile->type }} Figure: {{ $profile->figure }} @if ($profile->show_age) Age: {{ $profile->age }} years @endif @if ($profile->show_clothing_size) Size: {{ $profile->clothing_size }} @endif Hair Color: {{ $profile->hair_color }} Eye Color: {{ $profile->eye_color }}

Description

{{$profile->description}}

Profile Pic
{{--
--}}
@if($ads->count() > 0) @endif
@endsection