@extends('admin.layouts.master') @section('title') {{ $data['title'] ?? '' }} @endsection @section('content')
{{ Auth::user()->email }}
From : {{ date('d-M-Y', strtotime(Auth::user()->created_at)) }}
Role : {{ ucfirst(auth()->user()->getRoleNames()->first()) }}