{{ $gift->by_user->name }}
 ? asset('uploads/gifts/' . $gift->gift->image) : asset('themes/account/images/gift1.png') }})
@extends('layouts.account') @section('page-title', 'Profile') @section('css') @endsection @section('content')
I am:{{$user->profile->gender ?? ''}}
Seeking a: {{$user->profile->seeking_for ?? ''}}
State: {{$user->profile->state ?? ''}}
Age:{{($age > 0) ? $age : ''}}
City:{{$user->profile->city ?? ''}}
Country:{{$user->profile->country ?? ''}}
Bio:{{$user->profile->bio ?? ''}}
Love Language :{{@$user->profile_qst->love_language}}
Income :{{@$user->profile_qst->income}}
Religion :{{@$user->profile_qst->religion}}
Body Type :{{@$user->profile_qst->body_type}}
Seeking :{{@$user->profile_qst->seeking}}
Smoker :{{@$user->profile_qst->smoker}}
Eye Color :{{@$user->profile_qst->eye_color}}
Drink:{{@$user->profile_qst->drink}}
Ethnicity :{{@$user->profile_qst->ethnicity}}
Hair Color :{{@$user->profile_qst->hair_color}}
Marital Status :{{@$user->profile_qst->marital_status}}
Employment :{{@$user->profile_qst->employment}}
Children :{{@$user->profile_qst->children}}
My Interests :{{@$user->profile_qst->interest}}
Education :{{@$user->profile_qst->education}}
Are you animal lover? :{{@$user->profile_qst->animal_lover}}
My Match :{{@$user->profile_qst->my_match}}
About Me :{{@$user->profile_qst->about_me}}
Facebook link :{{@$user->profile->fb_url}}
Twitter link :{{@$user->profile->twt_url}}
Instagram link:{{@$user->profile->insta_url}}
linkedin link :{{@$user->profile->linkedin_url}}
You have no gift available.
@endforelse @endisset