Obtenha dados com base na data em Laravel

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