You can change date format in laravel blade with the help of Carbon.
Simple follow the below code to make changes to date format.
{!! \Carbon\Carbon::parse($client->created_at)->format('d/m/Y h:i:s') !!}
You can change date format in laravel blade with the help of Carbon.
Simple follow the below code to make changes to date format.
{!! \Carbon\Carbon::parse($client->created_at)->format('d/m/Y h:i:s') !!}