@extends('admin.admin_app') @section('content')
| User Name | {{ $user_profile->first_name}} {{ $user_profile->last_name}} |
| Logo | No Image Added! |
| Company Name | {{ $user_profile->company_name }} |
| Company Bio | {{ $user_profile->company_bio }} |
| Designation | {{ $user_profile->designation_role }} |
| {{ $user_profile->email }} @if($user_profile->personal_email !='') , {{ $user_profile->personal_email }}@endif | |
| Mobile | {{ $user_profile->phone }} |
| WhatsApp Number | {{ $user_profile->whatsapp_number }} |
| Website | {{ $user_profile->website }} |
| Address | {{ $user_profile->address_1 }} {{ $user_profile->address_2 }} |
| Google Map | {{ $user_profile->google_map_link }} |
| Twitter Link | {{ $user_profile->twitter_link }} |
| LinkedIn Link | {{ $user_profile->linkedin_link }} |
| Skype Link | {{ $user_profile->skype_link }} |
| Instagram Link | {{ $user_profile->instagram_link }} |
| Facebook Link | {{ $user_profile->facebook_link }} |
| Youtube Link | {{ $user_profile->youtube_link }} |
| Other Link | {{ $user_profile->other_link }} |