Dapatkan data berdasarkan tanggal di Laravel

PrescriptionTbl::whereDate('created_at', date('Y-m-d'))->get();
Ugliest Unicorn