{{ ___('common.profile') }}
{{ ___('common.edit') }}{{ ___('common.name') }}
{{ Auth::user()->name }}
{{ ___('common.e_mail_address') }}
{{ Auth::user()->email }}
{{ ___('common.phone') }}
{{ Auth::user()->phone }}
@extends('parent-panel.partials.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ Auth::user()->phone }}