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.
3 Replies
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 :/Nice it worked
Check in your migration/model what the field is called
Probably
verified_at