How do I show the date

I don't have any experience in this Laravel. I am trying to try this fillament and make some projects by myself. How do I make the dates appear . I already edit the verified date and still no showing. here's the code i made. I screen shoted it.
No description
No description
3 Replies
Will 🇬🇹
Will 🇬🇹10mo ago
column is case sensitive so make sure to type it as is in your DB 'Created_at' shoul be 'created_at' So Tables\Columns\TextColumn::make('created_at') The other one not sure :/
Cheesus Krays
Cheesus KraysOP10mo ago
Nice it worked
Thijmen
Thijmen10mo ago
Check in your migration/model what the field is called Probably verified_at

Did you find this page helpful?