@extends('partials.default') @section('content')

Profile / {{$user->name}}

@csrf

Personal Information

{{$user->name}}

{{$user->gender}}

{{$user->dateofbirth}}

{{$user->global_id}}

{{$user->email}}

{{$user->phone}}


Area of Expertise

@foreach($user_expertise as $e)
{{$e->title}}
@endforeach

Projects of Interest

@foreach($user_interest as $e)
{{$e->title}}
@endforeach

@endsection