Format czasu laravel węglowy am PM
$now = Carbon::now();
echo $now->format('g:i A');
Asif Patel
$now = Carbon::now();
echo $now->format('g:i A');