@extends('students.layouts.layout') @push('css') @endpush @section('content')
@include('flash-messages')
@if (auth()->user()->profile_photo_path)
@else
@endif
{{-- avatar --}}
{{ auth()->user()->name }}

{{ Auth::user()->email }}

  • {{ $studentDetail->website ?? 'website' }}

  • {{ $studentDetail->twitter ?? 'twitter' }}

  • {{ $studentDetail->instagram ?? 'instagram' }}

  • {{ $studentDetail->facebook ?? 'facebook' }}

Full Name

{{ $studentDetail->first_name ?? '' }} {{ $studentDetail->middle_name ?? '' }} {{ $studentDetail->last_name ?? '' }}


Email

{{ $studentDetail->email ?? '' }}


Mobile Number

{{ $studentDetail->mobile_number ?? '' }}


Alternative Mobile Number

{{ $studentDetail->alt_mobile_number ?? '' }}


Address

{{ $studentDetail->address ?? '' }} {{ @$studentDetail->city ? ',' . @$studentDetail->city : '' }} {{ @$studentDetail->country ? ',' . $studentDetail->userCountry->name : '' }} {{ @$studentDetail->pincode ? ',' . $studentDetail->pincode : '' }}


Status

@if (auth()->user()->profile_is_updated == 1) @else @endif {{-- --}}

Address


Student Source Country

{{ $studentDetail->alt_country ?? '' }}


Preferred Contact Method


Preferred Contact Method Number

{{ $studentDetail->alt_mobile_number ?? '' }}


How Did You Find About Uniwolc


@endsection @push('js') @endpush