Uzyskaj dane na podstawie daty w Laravel

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