protected $casts = [ 'bool_val' => 'boolean', ];
Make sure the feild returns 1 or 0 like a boolean should 'account' => $verification_check->verification_status == 1 ,