php - How to Firebase User Metadata in Laravel
Solution:
You can use all the methods of the within blade templates, including the . This (as an example) should work:
{{$meta->createdAt->format('Y-m-d H:i:s')}}
Answer
Solution:
I found the solution
{{$user->metadata->createdAt->format('Y-m-d H:i:s')}}