@extends('layouts2') @section('title') My Account @endsection @section('user-content')
{{ strtoupper(substr(Auth::user()->name, 0, 2)) }}
{{ Auth::user()->name }}
View and Edit Profile
3 steps left
We are built on trust. Help one another to get to know each other better.
@endsection