@php function checkIs($id,$field) { return DB::table('notification_status')->where('mail_id',$id)->where('user_id',Auth::user()->id)->where($field, '1')->count(); } @endphp
No notifications found! |
|||
No notifications found! |
|||