@extends('layouts.master') @section('tab_tittle', 'My Profile') @section('content')

{{ auth()->user()->name }}

- {{ auth()->user()->email }}
@endsection