Format Waktu Karbon Laravel AM PM

$now = Carbon::now();
echo $now->format('g:i A');
Asif Patel