@extends('layouts.app') @section('content')
@if($profileUrl != '') ... @else ... @endif

{{$User->name}}

@if($PersonalInformations) @foreach($PersonalInformations as $PersonalInformation)
{{$PersonalInformation->addresstype->address_type}}
House No./Name
: {{$PersonalInformation->housename}}
Street
: {{$PersonalInformation->street}}
Landmark
: {{$PersonalInformation->landmark}}
State
: {{$PersonalInformation->state}}
City
: {{$PersonalInformation->city}}
Pin
: {{$PersonalInformation->pin}}
@endforeach @endif @endsection