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

{{ $userProfile->updated_at}}


First Name: {{ $userProfile->first_name}}

Last Name: {{ $userProfile->last_name}}

Gender: {{ $userProfile->gender}}

Company Name: {{ $userProfile->company_name}}

Company Address: {{ $userProfile->company_address}}

Website: {{ $userProfile->website}}

E-mail: {{ $userProfile->email}}

Mobile: {{ $userProfile->mobile}}

Country: {{ $userProfile->country}}

State: {{ $userProfile->state}}

City : {{ $userProfile->city}}

img advertisement 1 img advertisement 2
@endsection