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