@extends('layouts.master') @section('title') Profile @endsection @section('page-title') Profile @endsection @section('body')
@endsection @section('content'){{ auth()->user()->role_name }}
| Email : | {{ auth()->user()->email }} |
|---|---|
| Phone : | {{ auth()->user()->country_calling_code }} {{ auth()->user()->phone_number }} |