I want to fetch all data from this table for that i am using query :
$emp = Employee::where('user_id', '=', $user->id)->first();
$holidays = Holiday::orderBy('holidays.id', 'desc')->take(5)->where('holidays.id', '=', $emp->id)->get();
It is not giving me any result. I am new to php can anyone help me out yrr?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire