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

My Profile

Property Value
Name {{ $organizer->user->name }}
Email {{ $organizer->user->email }}
Home City & Country {{ $organizer->city }}, {{ $organizer->country }}
@endsection