@extends('frontend.layouts.app') @section('title', app_name() . ' | ' . __('navs.frontend.dashboard') ) @section('content')
{{ $logged_in_user->email }}
@lang('strings.frontend.general.joined') {{ timezone()->convertToLocal($logged_in_user->created_at, 'F jS, Y') }}
@lang('navs.frontend.user.account') @can('view backend') @lang('navs.frontend.user.administration') @endcan
Some quick example text to build on the card title and make up the bulk of the card's content.